visit_block_quote method
visit_block_quote
Defines the interface for visit BlockQuoteSyntax.
def visit_block_quote(self, block_quote):
...
Parameter | Type | Description |
---|---|---|
block_quote | BlockQuoteSyntaxNode | The BlockQuoteSyntax. |
Defines the interface for visit BlockQuoteSyntax.
def visit_block_quote(self, block_quote):
...
Parameter | Type | Description |
---|---|---|
block_quote | BlockQuoteSyntaxNode | The BlockQuoteSyntax. |