Greetings,

Currently, inspect() is dependent on dir().

Now that we can override what dir() returns on a class by class basis, we are seeing the side-effect of (possibly) incomplete inspect results, with also leads to (possibly) incomplete help().

I would think we want inspect to be more thorough, and return whatever it finds on the object, as well as whatever an abbreviated dir() might return.

Thoughts?

--
~Ethan~
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to