Searched defs:stdout (Results 1 – 3 of 3) sorted by relevance
/tools/u_boot_pylib/ |
A D | command.py | 43 def __init__(self, stdout='', stderr='', combined='', return_code=0, argument
|
A D | tout.py | 168 def init(_verbose=WARNING, stdout=sys.stdout, allow_colour=True): argument
|
A D | cros_subprocess.py | 56 def __init__(self, args, stdin=None, stdout=PIPE_PTY, stderr=PIPE_PTY, argument
|
Completed in 6 milliseconds