MCPcopy Index your code
hub / github.com/ronreiter/interactive-tutorials / run

Method run

markdown/preprocessors.py:32–39  ·  view source on GitHub ↗

Each subclass of Preprocessor should override the `run` method, which takes the document as a list of strings split by newlines and returns the (possibly modified) list of lines.

(self, lines)

Source from the content-addressed store, hash-verified

30
31 """
32 def run(self, lines):
33 """
34 Each subclass of Preprocessor should override the `run` method, which
35 takes the document as a list of strings split by newlines and returns
36 the (possibly modified) list of lines.
37
38 """
39 pass
40
41class HtmlStash:
42 """

Callers 6

main.pyFile · 0.45
convertMethod · 0.45
parseBlocksMethod · 0.45
prism.jsFile · 0.45
translation.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected