wake.ir.statements.placeholder_statement
module
#
PlaceholderStatement
class
#
Bases: StatementAbc
Placeholder statements represent _
(underscore) in a modifier body.
Example
_
in the following code:
Source code in wake/ir/statements/placeholder_statement.py
parent: Union[Block, DoWhileStatement, ForStatement, IfStatement, WhileStatement]
property
#
Returns:
Type | Description |
---|---|
Union[Block, DoWhileStatement, ForStatement, IfStatement, WhileStatement]
|
Parent IR node. |