-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Add stdlib/_ctypes #8571
Copy link
Copy link
Closed
Labels
stubs: incompleteAnnotations or sub-modules missing from an existing package or moduleAnnotations or sub-modules missing from an existing package or module
Metadata
Metadata
Assignees
Labels
stubs: incompleteAnnotations or sub-modules missing from an existing package or moduleAnnotations or sub-modules missing from an existing package or module
My projects use some COM-ffi packages.
I use
_ctypes.COMErroror_ctypes.CopyComPointertoo, but they are not defined in the type stub, somypytype checker raisesCannot find implementation or library stub for module named "_ctypes"error.I would like to add type stubs like this.
But other APIs are not clear to me.
if sys.platform == "win32":needed.Any opinions would be appreciated.