accept method
accept
Accept the visitor.
def accept(self, visitor):
...
Parameter | Type | Description |
---|---|---|
visitor | MarkdownSyntaxVisitor | The visitor. |
Accept the visitor.
def accept(self, visitor):
...
Parameter | Type | Description |
---|---|---|
visitor | MarkdownSyntaxVisitor | The visitor. |