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.
Type[_SimpleCData[_T]]
Type["_SimpleCData[_T]"]
1 parent 5746f67 commit 132540aCopy full SHA for 132540a
comtypes/util.py
@@ -116,7 +116,7 @@ def byref_at(
116
#
117
@overload
118
def cast_field(
119
- struct: Structure, fieldname: str, fieldtype: Type[_SimpleCData[_T]]
+ struct: Structure, fieldname: str, fieldtype: Type["_SimpleCData[_T]"]
120
) -> _T: ...
121
122
def cast_field(struct: Structure, fieldname: str, fieldtype: Type[_CT]) -> _CT: ...
0 commit comments