List the methods of a metaclass in the help of its instances

Feb. 11, 2018
1:55 p.m.
For example, in the help of ABCs, the register method witch is defined in ABCMeta is not listed. It's a little bit weird, since it's accessible from the class just like any classmethod or staticmethod, and it's a real feature of the class. I think it would be great if there was sections in the help that look like: | ---------------------------------------------------------------------- | Metaclass methods defined in <TheMetaclass>: | ---------------------------------------------------------------------- | Metaclass methods inherited from <TheMetaclassParent>: The same rules of visibility would apply of course.
2593
Age (days ago)
2593
Last active (days ago)
0 comments
1 participants
participants (1)
-
Yahya Abou 'Imran