Home
last modified time | relevance | path

Searched refs:python_file (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/test/
Dtest_dtrace.py49 python_file=abspath(name + ".py"),
71 def trace_python(self, script_file, python_file, optimize_python=None): argument
75 subcommand = " ".join([sys.executable] + python_flags + [python_file])
/third_party/protobuf/benchmarks/util/
Dresult_parser.py276 python_file="", argument
287 if python_file != "":
288 __parse_python_result(python_file)
Dresult_uploader.py102 python_file=args.python_input_file,