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

branch
eric7
changeset 10423
299802979277
parent 10417
c6011e501282
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugClientBase.html	Tue Dec 19 11:04:03 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.DebugClientBase.html	Tue Dec 19 19:57:08 2023 +0100
@@ -325,6 +325,12 @@
 compiled code object (None in case of errors)
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+Code
+</dd>
+</dl>
 <a NAME="DebugClientBase.__compileFileSource" ID="DebugClientBase.__compileFileSource"></a>
 <h4>DebugClientBase.__compileFileSource</h4>
 <b>__compileFileSource</b>(<i>filename, mode="exec"</i>)
@@ -349,6 +355,12 @@
 compiled code object (None in case of errors)
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+Code
+</dd>
+</dl>
 <a NAME="DebugClientBase.__completionList" ID="DebugClientBase.__completionList"></a>
 <h4>DebugClientBase.__completionList</h4>
 <b>__completionList</b>(<i>text</i>)
@@ -848,7 +860,7 @@
 </p>
 <dl>
 
-<dt><i>stream</i></dt>
+<dt><i>stream</i> (file like)</dt>
 <dd>
 file like object that has data to be read
 </dd>
@@ -1261,7 +1273,7 @@
 </p>
 <dl>
 
-<dt><i>stream</i></dt>
+<dt><i>stream</i> (file like)</dt>
 <dd>
 file like object that has data to be written
 </dd>

eric ide

mercurial