Lines Matching full:saved_argv
770 def restore_sys_argv(self, saved_argv):771 sys.argv = saved_argv[1]772 sys.argv[:] = saved_argv[2]