| H A D | utils.py | 29 @shell defaults to false, and class will try to split @comm into a list 34 def __init__(self, comm, shell=None, fail=True, ns=None, background=False, argument 48 # If user doesn't explicitly request shell try to avoid it. 49 if shell is None and isinstance(comm, str) and ' ' in comm: 67 self.proc = subprocess.Popen(comm, shell=shell, stdout=subprocess.PIPE, 122 def __init__(self, comm, shell=None, fail=None, ns=None, host=None, 125 shell=shell, fail=fail, ns=ns, host=host, 131 if shell an 114 __init__(self, comm, shell=True, fail=None, ns=None, host=None, exit_wait=False, ksft_wait=None) global() argument [all...] |