Lines Matching refs:subprocess
6 import subprocess
179 ) -> subprocess.CompletedProcess:
231 :return: A class:`subprocess.CompletedProcess` with the output from the
233 :rtype: class:`subprocess.CompletedProcess`
236 subprocess.run(["ifconfig", tun.iface, "up"], check=True)
237 subprocess.run(["ifconfig", tun.iface, src, dst], check=True)
266 with subprocess.Popen(
267 args=command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, text=True
289 return subprocess.CompletedProcess(
754 ping = subprocess.run(
785 ping = subprocess.run(