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

Method __delitem__

markdown_it/utils.py:78–79  ·  view source on GitHub ↗
(self, key: str)

Source from the content-addressed store, hash-verified

76 self._options[key] = value # type: ignore[literal-required]
77
78 def __delitem__(self, key: str) -> None:
79 del self._options[key] # type: ignore
80
81 def __iter__(self) -> Iterable[str]: # type: ignore
82 return iter(self._options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected