Searched defs:_OutputRedirectingPdb (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Ddoctest.py355 class _OutputRedirectingPdb(pdb.Pdb): class in inherits:pdb.Pdb
1440 self.debugger = _OutputRedirectingPdb(save_stdout)
/external/python/cpython3/Lib/
H A Ddoctest.py347 class _OutputRedirectingPdb(pdb.Pdb): class in inherits:pdb.Pdb
1462 self.debugger = _OutputRedirectingPdb(save_stdout)

Completed in 2124 milliseconds