Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
run
Method · 0.45
run
Method · 0.45
run
Method · 0.45
attributeCallback
Function · 0.45
run
Method · 0.45
run
Method · 0.45
_build_row
Method · 0.45
run
Method · 0.45
makeFootnotesDiv
Method · 0.45
handleMatch
Method · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected