[<case-construct-name> :] SELECT TYPE ( <case-expr> )
Definition at line 1057 of file block_statements.py.
◆ get_classes()
def fparser.one.block_statements.SelectType.get_classes |
( |
|
self | ) |
|
Return the list of classes that this instance may
have as children
Definition at line 1068 of file block_statements.py.
1068 def get_classes(self):
1069 """Return the list of classes that this instance may 1071 return [TypeIs, ClassIs] + execution_part_construct
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/fparser-ref/checkouts/342_reference_guide/src/fparser/one/block_statements.py