| H A D | utils.py | 34 def __init__(self, comm, shell=True, fail=True, ns=None, background=False, argument 60 self.proc = subprocess.Popen(comm, shell=shell, stdout=subprocess.PIPE, 114 def __init__(self, comm, shell=True, fail=None, ns=None, host=None, argument 117 shell=shell, fail=fail, ns=ns, host=host, 122 if shell and self.terminate: 206 data = cmd(f'cat /proc/net/{proto}*', ns=ns, host=host, shell=True).stdout
|