[Python-ideas] Decide if `type.__subclasses__` is part of future Python or not

Serhiy Storchaka storchaka at gmail.com
Mon Oct 29 14:22:34 EDT 2018


29.10.18 20:11, Joy Diamond пише:
> Currently `type.__subclasses__` is not documented at docs.python.org 
> <http://docs.python.org> (and works in both python 2 & python 3).
> 
> I would like to keep `.__subclasses__` and have it documented at 
> docs.python.org <http://docs.python.org>.
> 
> Is there a reason it is not documented?

It is documented.

https://docs.python.org/3/library/stdtypes.html#class.__subclasses__



More information about the Python-ideas mailing list