Core
HasValue
An interface for any node object that has a value.
View Source on Github
Attributes
value
Expression | None
Gets the value node of the object.
Methods
set_value
Sets the value of the node’s value Expression.
View Source on Github
Parameters
value
str
required
The new value to set.
Returns
None
Was this page helpful?