remove_child method
remove_child
Remove the child.
Returns
The MarkdownSyntaxNode.
def remove_child(self, child):
...
Parameter | Type | Description |
---|---|---|
child | MarkdownSyntaxNode | The child. |
Remove the child.
The MarkdownSyntaxNode.
def remove_child(self, child):
...
Parameter | Type | Description |
---|---|---|
child | MarkdownSyntaxNode | The child. |