craftbeerpi4-pione/venv3/lib/python3.7/site-packages/numpy/rec.pyi

13 lines
169 B
Python
Raw Normal View History

2021-03-03 23:49:41 +01:00
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