MCPcopy Create free account
hub / github.com/Python-Markdown/markdown / reset

Method reset

markdown/blockparser.py:63–65  ·  view source on GitHub ↗

Step back one step in nested state.

(self)

Source from the content-addressed store, hash-verified

61 self.append(state)
62
63 def reset(self) -> None:
64 """ Step back one step in nested state. """
65 self.pop()
66
67 def isstate(self, state: Any) -> bool:
68 """ Test that top (current) level is of given state. """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected