eric6/Documentation/Source/eric6.DebugClients.Python.AsyncFile.html

changeset 7989
a21d673a8f99
parent 7846
4dfa18ef5acd
child 8215
fc5d68a6889e
diff -r c4c17121eff8 -r a21d673a8f99 eric6/Documentation/Source/eric6.DebugClients.Python.AsyncFile.html
--- a/eric6/Documentation/Source/eric6.DebugClients.Python.AsyncFile.html	Sat Jan 16 16:50:00 2021 +0100
+++ b/eric6/Documentation/Source/eric6.DebugClients.Python.AsyncFile.html	Sat Jan 16 16:51:23 2021 +0100
@@ -237,7 +237,7 @@
         Public method returning the file number.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 file number
 </dd>
@@ -263,7 +263,7 @@
         Public method to indicate whether a tty interface is supported.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 always false
 </dd>
@@ -282,7 +282,7 @@
         Public method that returns the number of strings waiting to be written.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 the number of strings to be written
 </dd>
@@ -308,7 +308,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 the bytes read
 </dd>
@@ -327,7 +327,7 @@
         Public method to read a length prefixed command string.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 command string
 </dd>
@@ -353,7 +353,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 the bytes read
 </dd>
@@ -372,7 +372,7 @@
         Public method to check, if the stream is readable.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating a readable stream
 </dd>
@@ -398,7 +398,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 one line read
 </dd>
@@ -428,7 +428,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 one line of text up to size bytes
 </dd>
@@ -454,7 +454,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 list of lines read
 </dd>
@@ -499,7 +499,7 @@
         Public method to check, if the stream is seekable.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating a seekable stream
 </dd>
@@ -555,7 +555,7 @@
         Public method to check, if a stream is writable.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating a writable stream
 </dd>
@@ -626,7 +626,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 Flag indicating if there is data waiting
 </dd>

eric ide

mercurial