projektAI/venv/Lib/site-packages/numpy/matrixlib/__init__.pyi

9 lines
95 B
Python
Raw Normal View History

2021-06-06 22:13:05 +02:00
from typing import Any, List
__all__: List[str]
matrix: Any
bmat: Any
mat: Any
asmatrix: Any