Searched refs:run_python_file (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dexecfile.py67 # Finally, hand the file off to run_python_file for execution.
68 run_python_file(pathname, args, package=packagename)
71 def run_python_file(filename, args, package=None): function
H A Dcmdline.py6 from coverage.execfile import run_python_file, run_python_module namespace
346 self.run_python_file = _run_python_file or run_python_file
520 self.run_python_file(args[0], args)

Completed in 885 milliseconds