Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ronreiter/interactive-tutorials
/ test
Method
test
markdown/blockprocessors.py:396–397 ·
view source on GitHub ↗
(self, parent, block)
Source
from the content-addressed store, hash-verified
394
MATCH_RE = re.compile(r
'^%s$'
% RE)
395
396
def
test(self, parent, block):
397
return
bool(self.SEARCH_RE.search(block))
398
399
def
run(self, parent, blocks):
400
lines = blocks.pop(0).split(
'\n'
)
Callers
1
parseBlocks
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected