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

Method __init__

markdown_it/utils.py:69–70  ·  view source on GitHub ↗
(self, options: OptionsType)

Source from the content-addressed store, hash-verified

67 # but we keep it for backwards compatibility.
68
69 def __init__(self, options: OptionsType) -> None:
70 self._options = cast(OptionsType, dict(options))
71
72 def __getitem__(self, key: str) -> Any:
73 return self._options[key] # type: ignore[literal-required]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected