[Python-Dev] Issue10403 - using 'attributes' instead of members in documentation

Nick Coghlan ncoghlan at gmail.com
Tue Jun 28 08:33:23 CEST 2011


On Tue, Jun 28, 2011 at 3:05 PM, Ben Finney <ben+python at benfinney.id.au> wrote:
> I still don't have a good term for “non-callable attribute”, though.

The two terms I've got out of this thread are "callable attributes"
(instance/static/class methods, etc) and "data attributes" (everything
else). Both seem reasonable to me, creating two largely disjoint sets
that together cover all the different kinds of attribute you're likely
to encounter.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list