PATH:
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
numpy
/
matrixlib
from numpy._pytesttester import PytestTester from numpy import ( matrix as matrix, ) from numpy.matrixlib.defmatrix import ( bmat as bmat, mat as mat, asmatrix as asmatrix, ) __all__: list[str] __path__: list[str] test: PytestTester
[+]
..
[+]
__pycache__
[+]
tests
[-] __init__.pyi
[open]
[-] __init__.py
[open]
[-] setup.py
[open]
[-] defmatrix.pyi
[open]
[-] defmatrix.py
[open]