Primary
AttributeError ⚬ᵖʸ|Documentation|1st|20260122201738-00-⌔
Built-in Exceptions — Python 3.14.2 documentation#AttributeError
exception
AttributeErrorRaised when an attribute reference (see Attribute references) or assignment fails. (When an object does not support attribute references or attribute assignments at all,
TypeErroris raised.)The optional name and obj keyword-only arguments set the corresponding attributes:
Printed 2026-06-28.
(echo:: @ ᯤ)
Link to original
Secondary
• • •