Unchecked block
woke.ast.ir.statement.unchecked_block
module
#
UncheckedBlock
class
#
Bases: StatementAbc
Example
Lines 2-4 in the following code:
Source code in woke/ast/ir/statement/unchecked_block.py
parent: Union[Block, DoWhileStatement, ForStatement, IfStatement, WhileStatement]
property
#
Returns:
Type | Description |
---|---|
Union[Block, DoWhileStatement, ForStatement, IfStatement, WhileStatement]
|
Parent IR node. |