ExprIfThenElifNode Type
Example: `if a then x elif b then y else z` — contains one or more `if/elif` branches and an optional `else`
Constructors
| Constructor |
Description
|
Full Usage:
ExprIfThenElifNode(branches, elseBranch, range)
Parameters:
ExprIfThenNode list
elseBranch : (SingleTextNode * Expr) option
range : range
Returns: ExprIfThenElifNode
|
|
Instance members
| Instance member |
Description
|
|
|
|
|
fantomas