Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Python-Markdown/markdown
/ __getitem__
Method
__getitem__
markdown/util.py:330–331 ·
view source on GitHub ↗
(self, key: str | int)
Source
from the content-addressed store, hash-verified
328
329
@overload
330
def
__getitem__(self, key: str | int) -> _T:
# pragma: no cover
331
...
332
333
@overload
334
def
__getitem__(self, key: slice) -> Registry[_T]:
# pragma: no cover
Callers
nothing calls this directly
Calls
3
_sort
Method · 0.95
register
Method · 0.95
Registry
Class · 0.85
Tested by
no test coverage detected