projektAI/venv/Lib/site-packages/numpy/ctypeslib.pyi

11 lines
144 B
Python
Raw Normal View History

2021-06-06 22:13:05 +02:00
from typing import Any, List
__all__: List[str]
load_library: Any
ndpointer: Any
c_intp: Any
as_ctypes: Any
as_array: Any
as_ctypes_type: Any