Files
backtrader/venv/Lib/site-packages/numpy/distutils/__init__.pyi
2026-01-17 21:21:30 +08:00

5 lines
123 B
Python

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