__init__.pyi 119 B

1234
  1. from typing import Any
  2. # TODO: remove when the full numpy namespace is defined
  3. def __getattr__(name: str) -> Any: ...