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