summaryrefslogtreecommitdiff
path: root/numpy/emath.pyi
blob: 3938d68de14c3f83f9278b5d6b6a151a28549a0d (plain)
1
2
3
4
from typing import Any

# TODO: remove when the full numpy namespace is defined
def __getattr__(name: str) -> Any: ...