twisted.internet.base.ReactorBase._checkProcessArgs(self, args, env) method documentationtwisted.internet.base.ReactorBase
          View Source
          
        
      Check for valid arguments and environment to spawnProcess.
| Returns | A two element tuple giving values to use when creating the process.  The first element of the tuple is a list of bytes giving the values for argv of the child process.  The second element of the tuple is either None if env was None or a dict mapping bytes environment keys to bytes environment values. | |
| Function | argChecker | No summary |