projektAI/venv/Lib/site-packages/numpy/rec.pyi
2021-06-06 22:13:05 +02:00

13 lines
169 B
Python

from typing import Any, List
__all__: List[str]
record: Any
recarray: Any
format_parser: Any
fromarrays: Any
fromrecords: Any
fromstring: Any
fromfile: Any
array: Any