Properties


value

The value of the object

def value(self) -> Expression | None:
    ...

Methods


set_value

Sets the value of the object

def set_value(self, value: str) -> None:
    ...