src/eric7/Documentation/Source/eric7.DebugClients.Python.SubprocessExtension.html

branch
eric7
changeset 10628
6968d6c31b3e
parent 10479
856476537696
equal deleted inserted replaced
10627:40b3df5b933a 10628:6968d6c31b3e
67 </table> 67 </table>
68 68
69 69
70 <a NAME="PopenWrapper.__init__" ID="PopenWrapper.__init__"></a> 70 <a NAME="PopenWrapper.__init__" ID="PopenWrapper.__init__"></a>
71 <h4>PopenWrapper (Constructor)</h4> 71 <h4>PopenWrapper (Constructor)</h4>
72 <b>PopenWrapper</b>(<i>arguments, *args, **kwargs</i>) 72 <b>PopenWrapper</b>(<i>args, *popenargs, **kwargs</i>)
73 <p> 73 <p>
74 Constructor 74 Constructor
75 </p> 75 </p>
76 76
77 <dl> 77 <dl>
78 78
79 <dt><i>arguments</i> (list of str or str)</dt> 79 <dt><i>args</i> (list of str or str)</dt>
80 <dd> 80 <dd>
81 command line arguments for the new process 81 command line arguments for the new process
82 </dd> 82 </dd>
83 <dt><i>args</i> (list)</dt> 83 <dt><i>popenargs</i> (list)</dt>
84 <dd> 84 <dd>
85 constructor arguments of Popen 85 constructor arguments of Popen
86 </dd> 86 </dd>
87 <dt><i>kwargs</i> (dict)</dt> 87 <dt><i>kwargs</i> (dict)</dt>
88 <dd> 88 <dd>

eric ide

mercurial