Programming MisconceptionsHomeMisconceptionsConceptsLanguagesTextbooksContributorsAbout
HomeLanguages
Python
plr3.13
Attribute references

Python Language Reference, Version 3.13
6.3.1. Attribute references

Read this Section of the Authoritative Specification

https://docs.python.org/3.13/reference/expressions.html#attribute-references

2 Documented Misconceptions

Misconception
CannotChainAttributeAccesses
Attribute accesses cannot be chained together
Misconception
CannotChainAttributeToObjectInstantiation
Method calls, and attribute accesses in general, cannot be chained to a constructor invocation.

Find Misconceptions by...

Concept
Programming Language
Notional Machine
Textbook

About

About This Site
Structure and Content of the Inventory
Contributors