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

Method set

markdown/blockparser.py:22–24  ·  view source on GitHub ↗

Set a new state.

(self, state)

Source from the content-addressed store, hash-verified

20 """
21
22 def set(self, state):
23 """ Set a new state. """
24 self.append(state)
25
26 def reset(self):
27 """ Step back one step in nested state. """

Callers 10

runMethod · 0.45
runMethod · 0.45
runMethod · 0.45
attributeCallbackFunction · 0.45
runMethod · 0.45
runMethod · 0.45
_build_rowMethod · 0.45
runMethod · 0.45
makeFootnotesDivMethod · 0.45
handleMatchMethod · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected