mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Remove unused method _OutputRedirectingPdb.resume
This commit is contained in:
parent
2de91ba2ab
commit
12a4baf5a1
1 changed files with 0 additions and 3 deletions
|
@ -460,9 +460,6 @@ class _OutputRedirectingPdb(pdb.Pdb):
|
|||
# Restore stdout.
|
||||
sys.stdout = save_stdout
|
||||
|
||||
def resume(self):
|
||||
self._resume = 1
|
||||
|
||||
######################################################################
|
||||
## 2. Example & DocTest
|
||||
######################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue