[<case-construct-name> :] SELECT CASE ( <case-expr> )
Definition at line 1040 of file block_statements.py.
◆ get_classes()
def fparser.one.block_statements.SelectCase.get_classes |
( |
|
self | ) |
|
Return the list of classes that this instance may
have as children
Definition at line 1051 of file block_statements.py.
1051 def get_classes(self):
1052 """Return the list of classes that this instance may 1054 return [Case] + 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