"eryk sun" <eryk...@gmail.com> a écrit dans le message de news:mailman.49.1454576255.30993.python-l...@python.org...
On Thu, Feb 4, 2016 at 2:03 AM, ast <nom...@invalid.com> wrote:
but if I am using dir to display all Carre's attributes and methods,
__bases__ is not on the list. Why ?

The __bases__ property is defined by the metaclass, "type". dir() of a
class doesn't show attributes from the metaclass [1].


Oh metaclass !

I am learning them at the moment, and have headaches
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to