Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ re_mark
Function
re_mark
IPython/lib/demo.py:195–196 ·
view source on GitHub ↗
(mark)
Source
from the content-addressed store, hash-verified
193
class
DemoError(Exception):
pass
194
195
def
re_mark(mark):
196
return
re.compile(r
'^\s*#\s+<demo>\s+%s\s*$'
% mark,re.MULTILINE)
197
198
class
Demo(object):
199
Callers
1
Demo
Class · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected