Closed pkgw closed 3 years ago
The members of ABC-derived classes were not being listed when they used a custom metaclass deriving from ABCMeta. The fix is not just test for exact equality of the ABCMeta metaclass, but subclassness.
Addresses #132.
Ping?
@astrofrog Are you able to take a look at this?
@astrofrog This is your monthly ping on this PR!
Sorry for the delay!
The members of ABC-derived classes were not being listed when they used a custom metaclass deriving from ABCMeta. The fix is not just test for exact equality of the ABCMeta metaclass, but subclassness.
Addresses #132.