diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.DebugClients.Python.SubprocessExtension.html --- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.SubprocessExtension.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.SubprocessExtension.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,76 +7,73 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.DebugClients.Python.SubprocessExtension</h1> - <p> Module implementing a function to patch subprocess.Popen to support debugging of the process. </p> + <h3>Global Attributes</h3> - <table> <tr><td>_debugClient</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#PopenWrapper">PopenWrapper</a></td> <td>Wrapper class for subprocess.Popen.</td> </tr> </table> + <h3>Functions</h3> - <table> - <tr> <td><a href="#patchSubprocess">patchSubprocess</a></td> <td>Function to patch the subprocess module.</td> </tr> </table> + <hr /> <hr /> <a NAME="PopenWrapper" ID="PopenWrapper"></a> <h2>PopenWrapper</h2> - <p> Wrapper class for subprocess.Popen. </p> + <h3>Derived from</h3> module.Popen <h3>Class Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#PopenWrapper.__init__">PopenWrapper</a></td> <td>Constructor</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="PopenWrapper.__init__" ID="PopenWrapper.__init__"></a> <h4>PopenWrapper (Constructor)</h4> <b>PopenWrapper</b>(<i>arguments, *args, **kwargs</i>) - <p> Constructor </p> + <dl> <dt><i>arguments</i> (list of str or str)</dt> @@ -98,10 +95,10 @@ <a NAME="patchSubprocess" ID="patchSubprocess"></a> <h2>patchSubprocess</h2> <b>patchSubprocess</b>(<i>module, debugClient</i>) - <p> Function to patch the subprocess module. </p> + <dl> <dt><i>module</i> (module)</dt> @@ -115,4 +112,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>