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

Add tests and method annotations for `IRecordInfo` #583

Closed junkmd closed 1 month ago

junkmd commented 1 month ago

I made changes to the parts where the use cases were clear and it was easy to add tests and static typing.

Conversely, the parts that were not tested this time are the areas where the use cases are not yet understood. I hope that future contributors will add those parts.