__init__.pyi 186 B

1234567891011
  1. from typing import Any, List
  2. from numpy import (
  3. matrix as matrix,
  4. )
  5. __all__: List[str]
  6. def bmat(obj, ldict=..., gdict=...): ...
  7. def asmatrix(data, dtype=...): ...
  8. mat = asmatrix