/ lib / numpy / distutils / __init__.pyi
__init__.pyi
1  from typing import Any
2  
3  # TODO: remove when the full numpy namespace is defined
4  def __getattr__(name: str) -> Any: ...