MCPcopy
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

_sortMethod · 0.95
registerMethod · 0.95
RegistryClass · 0.85

Tested by

no test coverage detected