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

Method children

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

Source from the content-addressed store, hash-verified

109
110 @property
111 def children(self: _NodeType) -> list[_NodeType]:
112 return self._children
113
114 @children.setter
115 def children(self: _NodeType, value: list[_NodeType]) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected