[issue19002] ``dir`` function does not work correctly with classes.

Ethan Furman report at bugs.python.org
Wed Sep 11 18:11:46 CEST 2013


Ethan Furman added the comment:

So when you do a `dir(int)` you don't want to know what you can call on 7?  You'd rather know what you can call on 'type'?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19002>
_______________________________________


More information about the Python-bugs-list mailing list