MCPcopy Create free account
hub / github.com/executablebooks/markdown-it-py / parent

Method parent

markdown_it/tree.py:119–120  ·  view source on GitHub ↗
(self: _NodeType)

Source from the content-addressed store, hash-verified

117
118 @property
119 def parent(self: _NodeType) -> _NodeType | None:
120 return self._parent # type: ignore
121
122 @parent.setter
123 def parent(self: _NodeType, value: _NodeType | None) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected