concepts.dsl.expression.ObjectConstantExpression#
- class ObjectConstantExpression[source]#
Bases:
ObjectOutputExpression
Methods
cached_string
([max_length])Attributes
The type of the object.
Whether the object is a constant list.
The name of the object.
The object constant.
- __init__(constant)[source]#
- Parameters:
constant (ObjectConstant | StateObjectReference)
- __new__(**kwargs)#
- check_arguments()#
- constant: ObjectConstant#
The object constant.
- property dtype: ObjectType | ListType#
The type of the object.
- property is_constant_list#
Whether the object is a constant list.
- property return_type: ObjectType | ListType#