We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93892f commit 0604134Copy full SHA for 0604134
stdlib/ctypes/__init__.pyi
@@ -10,6 +10,7 @@ from _ctypes import (
10
_CArgObject as _CArgObject,
11
_CData as _CData,
12
_CDataType as _CDataType,
13
+ _CField as _CField,
14
_CTypeBaseType,
15
_Pointer as _Pointer,
16
_PointerLike as _PointerLike,
0 commit comments