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

Method __getitem__

markdown_it/tree.py:82–82  ·  view source on GitHub ↗
(self: _NodeType, item: int)

Source from the content-addressed store, hash-verified

80
81 @overload
82 def __getitem__(self: _NodeType, item: int) -> _NodeType: ...
83
84 @overload
85 def __getitem__(self: _NodeType, item: slice) -> list[_NodeType]: ...

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected