Message 329245 - Python tracker (original) (raw)

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.