Jun Komoda

Results 72 issues of Jun Komoda

Whether it’s a remnant of Python 2.x or a legacy from the early stages of this project, the metaclass is directly accessible as shown below, it still retrieves the metaclass...

good first issue

This is the old `property` style. https://github.com/enthought/comtypes/blob/4cbdb03b31583c6a974dd690d38f1abe69767dda/comtypes/_post_coinit/unknwn.py#L441-L445 This should be changed to the modern style with additional import sections. ```diff from comtypes._memberspec import _ComMemberSpec, _DispMemberSpec from comtypes._py_instance_method import instancemethod +if...

good first issue
coding style