| H A D | utils.py | 37 @shell defaults to false, and class will try to split @comm into a list 42 def __init__(self, comm, shell=None, fail=True, ns=None, background=False, 58 # If user doesn't explicitly request shell try to avoid it. 59 if shell is None and isinstance(comm, str) and ' ' in comm: 77 self.proc = subprocess.Popen(comm, shell=shell, stdout=subprocess.PIPE, 160 def __init__(self, comm, shell=None, fail=None, ns=None, host=None, 163 shell=shell, fail=fail, ns=ns, host=host, 169 if shell an 34 __init__(self, comm, shell=True, fail=True, ns=None, background=False, host=None, timeout=5, ksft_wait=None) global() argument 114 __init__(self, comm, shell=True, fail=None, ns=None, host=None, exit_wait=False, ksft_wait=None) global() argument [all...] |