/usr/lib64/python2.6/site-packages/numpy/distutils/tests/swig_ext/tests
NameSizeModeActions
test_example.py3870644editdlrm
test_example.pyc11660644editdlrm
test_example.pyo11660644editdlrm
test_example2.py2760644editdlrm
test_example2.pyc9210644editdlrm
test_example2.pyo9210644editdlrm
Edit: /usr/lib64/python2.6/site-packages/numpy/distutils/tests/swig_ext/tests/test_example2.py (276B)
import sys from numpy.testing import * from swig_ext import example2 class TestExample2(TestCase): def test_zoo(self): z = example2.Zoo() z.shut_up('Tiger') z.shut_up('Lion') z.display() if __name__ == "__main__": run_module_suite()