[Python-Dev] inspect() and dir() (original) (raw)
Ethan Furman ethan at stoneleaf.us
Sun Oct 13 00:46:29 CEST 2013
- Previous message: [Python-Dev] inspect() and dir()
- Next message: [Python-Dev] PEP 457: Syntax For Positional-Only Parameters
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 10/10/2013 02:25 AM, Nick Coghlan wrote:
On 10 Oct 2013 14:32, "Ethan Furman" wrote:
That makes sense. So what should the new functions be called? getallmembers and classifyallclassattrs ? Yeah, those work for me. The only way they should miss anything is if attribute lookup is customised to offer extra dynamic attributes without implementing custom dir support.
http://bugs.python.org/issue19239
- Previous message: [Python-Dev] inspect() and dir()
- Next message: [Python-Dev] PEP 457: Syntax For Positional-Only Parameters
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]