process

hep_rfm.process(*args)[source]

Create a subprocess object where the output from “stdout” and “stderr” is redirected to subprocess.PIPE.

Parameters:args (tuple) – set of commands to call.
Returns:subprocess applying the given commands.
Return type:subprocess.Popen