diff -r 8c3d033e5044 -r 0cdead130a81 eric6/Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html --- a/eric6/Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html Sat Jun 20 17:36:20 2020 +0200 +++ b/eric6/Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html Sun Jun 21 18:26:12 2020 +0200 @@ -36,7 +36,7 @@ <tr> <td><a href="#DebuggerInterfacePython">DebuggerInterfacePython</a></td> -<td>Class implementing the debugger interface for the debug server for Python 2 and Python 3.</td> +<td>Class implementing the debugger interface for the debug server for Python 3.</td> </tr> </table> <h3>Functions</h3> @@ -44,10 +44,6 @@ <table> <tr> -<td><a href="#createDebuggerInterfacePython2">createDebuggerInterfacePython2</a></td> -<td>Module function to create a debugger interface instance.</td> -</tr> -<tr> <td><a href="#createDebuggerInterfacePython3">createDebuggerInterfacePython3</a></td> <td>Module function to create a debugger interface instance.</td> </tr> @@ -62,8 +58,8 @@ <h2>DebuggerInterfacePython</h2> <p> - Class implementing the debugger interface for the debug server for Python 2 - and Python 3. + Class implementing the debugger interface for the debug server for + Python 3. </p> <h3>Derived from</h3> QObject @@ -282,7 +278,7 @@ <a NAME="DebuggerInterfacePython.__init__" ID="DebuggerInterfacePython.__init__"></a> <h4>DebuggerInterfacePython (Constructor)</h4> -<b>DebuggerInterfacePython</b>(<i>debugServer, passive, pythonVariant</i>) +<b>DebuggerInterfacePython</b>(<i>debugServer, passive</i>) <p> Constructor @@ -297,10 +293,6 @@ <dd> flag indicating passive connection mode </dd> -<dt><i>pythonVariant</i> (str (one of Python2 or Python3))</dt> -<dd> -Python variant to instantiate for -</dd> </dl> <a NAME="DebuggerInterfacePython.__askForkTo" ID="DebuggerInterfacePython.__askForkTo"></a> <h4>DebuggerInterfacePython.__askForkTo</h4> @@ -1224,42 +1216,6 @@ <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> -<a NAME="createDebuggerInterfacePython2" ID="createDebuggerInterfacePython2"></a> -<h2>createDebuggerInterfacePython2</h2> -<b>createDebuggerInterfacePython2</b>(<i>debugServer, passive</i>) - -<p> - Module function to create a debugger interface instance. -</p> -<p> - -</p> -<dl> - -<dt><i>debugServer</i> (DebugServer)</dt> -<dd> -reference to the debug server -</dd> -<dt><i>passive</i> (bool)</dt> -<dd> -flag indicating passive connection mode -</dd> -</dl> -<dl> -<dt>Returns:</dt> -<dd> -instantiated debugger interface -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -DebuggerInterfacePython -</dd> -</dl> -<div align="right"><a href="#top">Up</a></div> -<hr /> -<hr /> <a NAME="createDebuggerInterfacePython3" ID="createDebuggerInterfacePython3"></a> <h2>createDebuggerInterfacePython3</h2> <b>createDebuggerInterfacePython3</b>(<i>debugServer, passive</i>)