ctypeslib.pyi 144 B

12345678910
  1. from typing import Any, List
  2. __all__: List[str]
  3. load_library: Any
  4. ndpointer: Any
  5. c_intp: Any
  6. as_ctypes: Any
  7. as_array: Any
  8. as_ctypes_type: Any