/usr/local/lib64/python3.6/site-packages/numpy/matrixlib
NameSizeModeActions
tests/-0755rm
__pycache__/-0755rm
defmatrix.py306710644editdlrm
setup.py3910644editdlrm
__init__.py2180644editdlrm
Edit: /usr/local/lib64/python3.6/site-packages/numpy/matrixlib/__init__.py (218B)
"""Sub-package containing the matrix class and related functions. """ from .defmatrix import * __all__ = defmatrix.__all__ from numpy._pytesttester import PytestTester test = PytestTester(__name__) del PytestTester