accept_node method
accept_node
Defines the interface for accepting node.
Returns
The short value.
def accept_node(self, n):
...
Parameter | Type | Description |
---|---|---|
n | MarkdownSyntaxNode | The MarkdownSyntaxNode. |
Defines the interface for accepting node.
The short value.
def accept_node(self, n):
...
Parameter | Type | Description |
---|---|---|
n | MarkdownSyntaxNode | The MarkdownSyntaxNode. |