MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / run

Method run

tools/python-3.11.9-amd64/Lib/doctest.py:1879–1883  ·  view source on GitHub ↗
(self, test, compileflags=None, out=None, clear_globs=True)

Source from the content-addressed store, hash-verified

1877 """
1878
1879 def run(self, test, compileflags=None, out=None, clear_globs=True):
1880 r = DocTestRunner.run(self, test, compileflags, out, False)
1881 if clear_globs:
1882 test.globs.clear()
1883 return r
1884
1885 def report_unexpected_exception(self, out, test, example, exc_info):
1886 raise UnexpectedException(test, example, exc_info)

Callers 2

debugMethod · 0.95
debug_scriptFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected