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

Class _NesterTokens

markdown_it/tree.py:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14
15class _NesterTokens(NamedTuple):
16 opening: Token
17 closing: Token
18
19
20_NodeType = TypeVar("_NodeType", bound="SyntaxTreeNode")

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…