Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Python-Markdown/markdown
/ set
Method
set
markdown/blockparser.py:59–61 ·
view source on GitHub ↗
Set a new state.
(self, state: Any)
Source
from the content-addressed store, hash-verified
57
""
"
58
59
def
set(self, state: Any):
60
""
" Set a new state. "
""
61
self.append(state)
62
63
def
reset(self) -> None:
64
""
" Step back one step in nested state. "
""
Callers
15
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
handleMatch
Method · 0.80
handleMatch
Method · 0.80
makeTag
Method · 0.80
makeTag
Method · 0.80
handleMatch
Method · 0.80
handleMatch
Method · 0.80
run
Method · 0.80
assign_attrs
Method · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
7
testSetSate
Method · 0.64
testIsSate
Method · 0.64
testReset
Method · 0.64
testHtml
Method · 0.64
testXhtml
Method · 0.64
testQNameTag
Method · 0.64
testQNameAttribute
Method · 0.64