MCPcopy Index your code
hub / github.com/ipython/ipython / run

Method run

IPython/testing/plugin/ipdoctest.py:295–299  ·  view source on GitHub ↗
(self, test, compileflags=None, out=None, clear_globs=True)

Source from the content-addressed store, hash-verified

293 """
294
295 def run(self, test, compileflags=None, out=None, clear_globs=True):
296 # Override terminal size to standardise traceback format
297 with modified_env({'COLUMNS': '80', 'LINES': '24'}):
298 return super(IPDocTestRunner,self).run(test,
299 compileflags,out,clear_globs)

Callers 2

testMethod · 0.45
runtestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected