Lines Matching refs:args
831 args = [sys.executable, "-X", "utf8=0", "-c", code]
833 args.append("-I")
838 p = subprocess.Popen(args,
918 args = ['-c', 'import sys; sys._debugmallocstats()']
919 ret, out, err = assert_python_ok(*args)
1091 args = [sys.executable, '-I', '-X', 'utf8', '-c', code, 'arg']
1092 proc = subprocess.run(args, check=True, capture_output=True, text=True)
1095 repr(args), # sys.orig_argv
1226 def hook_func(args):
1228 hook_args = args
1245 def hook_func(*args):