Condition
The class represents a condition in if-statement or a ternary operator.
Last updated
The class represents a condition in if-statement or a ternary operator.
Last updated
Condition(
token: str = ''
)
The function can be used to get the condition object of an if-statement.
Base: object