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 f24fe70 commit e0900dbCopy full SHA for e0900db
1 file changed
stdlib/_ctypes.pyi
@@ -201,6 +201,7 @@ class _CField(Generic[_CT, _GetT, _SetT]):
201
size: int
202
if sys.version_info >= (3, 14):
203
name: str
204
+ _type_: type[_CT]
205
type: type[_CT]
206
byte_offset: int
207
byte_size: int
0 commit comments