numpy.testing.__init__
index
/usr/lib/python2.6/dist-packages/numpy/testing/__init__.py

Common test support for all numpy test scripts.
 
This single module should provide all the common functionality for numpy tests
in a single location, so that test scripts can just import it and work right
away.

 
Modules
       
numpy.testing.decorators

 
Data
        __file__ = '/usr/lib/python2.6/dist-packages/numpy/testing/__init__.pyc'
__name__ = 'numpy.testing.__init__'
__package__ = 'numpy.testing'
verbose = 0