visit_block method
visit_block
Defines the interface for visit block.
def visit_block(self, block):
...
Parameter | Type | Description |
---|---|---|
block | BlockSyntaxNode | The block. |
Defines the interface for visit block.
def visit_block(self, block):
...
Parameter | Type | Description |
---|---|---|
block | BlockSyntaxNode | The block. |