enthought / comtypes

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

Refer to `Any` and `Tuple` from the `hints` stub instead of directly importing them in generated modules. #586

Closed junkmd closed 1 month ago

junkmd commented 1 month ago

To prevent confusion with interfaces and components, static typing symbols like Any and Tuple in the generated module will be referred to from the hints module.