MCPcopy 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

193class DemoError(Exception): pass
194
195def re_mark(mark):
196 return re.compile(r'^\s*#\s+<demo>\s+%s\s*$' % mark,re.MULTILINE)
197
198class Demo(object):
199

Callers 1

DemoClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected