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