synt.expr.attribute
¤
Attribute
¤
Bases: Expression
The operation to get a value's attribute.
References
Source code in synt/expr/attribute.py
__init__
¤
|
Initialize an attribute expression.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
target |
IntoExpression
|
The target of the operation. |
required |
attr |
str
|
The attribute's name. |
required |