Home
last modified time | relevance | path

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

/xen/xen/scripts/xen_analysis/
A Dutils.py40 def invoke_command(command, needs_output, exeption_type = Exception, argument
43 pipe_stdout = subprocess.PIPE if (needs_output == True) else None
48 if needs_output == True:

Completed in 5 milliseconds