标签: python python-2.7 cmd
我正在编写一个利用Python 2.7 cmd模块的工具,我编写了几个子解释器,我想知道如何在不杀死Python脚本的情况下退出子解释器。感谢。
答案 0 :(得分:0)
我通过将其添加到do_exit函数
def do_exit(self, args): return -1