enthought / comtypes

A pure Python, lightweight COM client and server framework, based on the ctypes Python FFI package.
Other
283 stars 96 forks source link

Add a feature to `typeannotator` that interprets the return value #539

Closed junkmd closed 1 month ago

junkmd commented 1 month ago

I have made it so that the return type of each method is statically typed based on type library information.

There are still many parts that are Incomplete, but I will add more features in the future.

junkmd commented 1 month ago

CIs are passed.

https://github.com/enthought/comtypes/actions/runs/9030956183 https://ci.appveyor.com/project/pywinauto/pywinauto/builds/49788060