Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/executablebooks/markdown-it-py
/ __len__
Method
__len__
markdown_it/utils.py:84–85 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
82
return
iter(self._options)
83
84
def
__len__(self) -> int:
85
return
len(self._options)
86
87
def
__repr__(self) -> str:
88
return
repr(self._options)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected