HomeSort by relevance Sort by last modified time
    Searched refs:run_python_file (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
execfile.py 67 # 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
cmdline.py 6 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 39 milliseconds