This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author denis-osipov
Recipients denis-osipov, docs@python
Date 2018-11-04.17:43:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541353400.8.0.788709270274.issue35165@psf.upfronthosting.co.za>
In-reply-to
Content
6.3.1. Attribute references says:

"The primary must evaluate to an object of a type that supports attribute references, which most objects do. This object is then asked to produce the attribute whose name is the identifier. This production can be customized by overriding the __getattr__() method. If this attribute is not available, the exception AttributeError is raised."

It seems that __getattribute__ method is meaning.
History
Date User Action Args
2018-11-04 17:43:20denis-osipovsetrecipients: + denis-osipov, docs@python
2018-11-04 17:43:20denis-osipovsetmessageid: <1541353400.8.0.788709270274.issue35165@psf.upfronthosting.co.za>
2018-11-04 17:43:20denis-osipovlinkissue35165 messages
2018-11-04 17:43:20denis-osipovcreate