visit_whitespace method
visit_whitespace
Defines the interface for visit Whitespace Syntax.
def visit_whitespace(self, whitespace):
...
| Parameter | Type | Description |
|---|---|---|
| whitespace | WhitespaceSyntaxNode | The whitespace. |
Defines the interface for visit Whitespace Syntax.
def visit_whitespace(self, whitespace):
...
| Parameter | Type | Description |
|---|---|---|
| whitespace | WhitespaceSyntaxNode | The whitespace. |