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
[-] defmatrix.py
[edit]
[-] __init__.pyi
[edit]
[-] setup.py
[edit]
[+]
__pycache__
[+]
tests
[-] defmatrix.pyi
[edit]
[-] __init__.py
[edit]
[+]
..