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

Method __init__

markdown_it/ruler.py:33–36  ·  view source on GitHub ↗
(self, src: str, md: MarkdownIt, env: EnvType)

Source from the content-addressed store, hash-verified

31
32class StateBase:
33 def __init__(self, src: str, md: MarkdownIt, env: EnvType):
34 self.src = src
35 self.env = env
36 self.md = md
37
38 @property
39 def src(self) -> str:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected