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

Method __iter__

markdown_it/utils.py:81–82  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

79 del self._options[key] # type: ignore
80
81 def __iter__(self) -> Iterable[str]: # type: ignore
82 return iter(self._options)
83
84 def __len__(self) -> int:
85 return len(self._options)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected