[Python-Dev] Issue10403 - using 'attributes' instead of members in documentation (original) (raw)
Stephen J. Turnbull stephen at xemacs.org
Mon Jun 27 17:32:07 CEST 2011
- Previous message: [Python-Dev] Issue10403 - using 'attributes' instead of members in documentation
- Next message: [Python-Dev] Issue10403 - using 'attributes' instead of members in documentation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Nick Coghlan writes:
And no, the fact that methods can be treated as attributes is not a minor detail. It is fundamental to Python's object model that methods are not a special case of attribute access.
That's ambiguous. I assume you mean "just a case of attribute access, and not special in any way"?
- Previous message: [Python-Dev] Issue10403 - using 'attributes' instead of members in documentation
- Next message: [Python-Dev] Issue10403 - using 'attributes' instead of members in documentation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]