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

Method src

markdown_it/ruler.py:39–40  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37
38 @property
39 def src(self) -> str:
40 return self._src
41
42 @src.setter
43 def src(self, value: str) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected