Dashboard
PHP:
8.3.30
OS:
Linux
User:
dh_mnqueb
/
/
usr
/
lib
/
python3
/
dist-packages
/
numpy
/
matrixlib
📤 Upload
📝 New File
📁 New Folder
Close
Editing: __init__.pyi
from typing import Any, List from numpy import ( matrix as matrix, ) __all__: List[str] def bmat(obj, ldict=..., gdict=...): ... def asmatrix(data, dtype=...): ... mat = asmatrix
Save
Cancel