Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
class
_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…