type(_compointer_base)
might be replaced with _compointer_meta
.
#656
Labels
good first issue
Good for newcomers
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 indirectly using
type
.comtypes/comtypes/_post_coinit/unknwn.py
Lines 112 to 126 in d80810b
If it can be confirmed that there are no problems, replacing them would improve the readability of the codebase.
The text was updated successfully, but these errors were encountered: