mirror of
https://github.com/python/cpython.git
synced 2025-07-28 13:44:43 +00:00
this main is much more useful
This commit is contained in:
parent
e36199b49d
commit
ccd640525b
1 changed files with 2 additions and 3 deletions
|
@ -306,6 +306,5 @@ def interact(banner=None, readfunc=None, local=None):
|
||||||
console.interact(banner)
|
console.interact(banner)
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == "__main__":
|
||||||
import pdb
|
interact()
|
||||||
pdb.run("interact()\n")
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue