Searched refs:debug_script (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/ |
D | doctest.py | 2609 debug_script(testsrc, pm, globs) 2611 def debug_script(src, pm=False, globs=None): function 2640 debug_script(testsrc, pm, module.__dict__)
|
/external/python/cpython2/Lib/ |
D | doctest.py | 2648 debug_script(testsrc, pm, globs) 2650 def debug_script(src, pm=False, globs=None): function 2691 debug_script(testsrc, pm, module.__dict__)
|
/external/python/cpython3/Misc/ |
D | HISTORY | 9442 - Issue #12451: doctest.debug_script() doesn't create a temporary file
|