Documentation/Source/eric5.DebugClients.Python3.AsyncFile.html

changeset 945
8cd4d08fa9f6
parent 440
69ace3e2dcf6
child 1214
a65a4f31b051
--- a/Documentation/Source/eric5.DebugClients.Python3.AsyncFile.html	Fri Mar 11 08:55:14 2011 +0100
+++ b/Documentation/Source/eric5.DebugClients.Python3.AsyncFile.html	Fri Mar 11 16:51:57 2011 +0100
@@ -153,7 +153,7 @@
 </dd>
 </dl><a NAME="AsyncFile.close" ID="AsyncFile.close"></a>
 <h4>AsyncFile.close</h4>
-<b>close</b>(<i>closeit = False</i>)
+<b>close</b>(<i>closeit=False</i>)
 <p>
         Public method to close the file.
 </p><dl>
@@ -198,7 +198,7 @@
 </dd>
 </dl><a NAME="AsyncFile.read" ID="AsyncFile.read"></a>
 <h4>AsyncFile.read</h4>
-<b>read</b>(<i>size = -1</i>)
+<b>read</b>(<i>size=-1</i>)
 <p>
         Public method to read bytes from this file.
 </p><dl>
@@ -213,7 +213,7 @@
 </dd>
 </dl><a NAME="AsyncFile.read_p" ID="AsyncFile.read_p"></a>
 <h4>AsyncFile.read_p</h4>
-<b>read_p</b>(<i>size = -1</i>)
+<b>read_p</b>(<i>size=-1</i>)
 <p>
         Public method to read bytes from this file.
 </p><dl>
@@ -228,7 +228,7 @@
 </dd>
 </dl><a NAME="AsyncFile.readline" ID="AsyncFile.readline"></a>
 <h4>AsyncFile.readline</h4>
-<b>readline</b>(<i>sizehint = -1</i>)
+<b>readline</b>(<i>sizehint=-1</i>)
 <p>
         Public method to read one line from this file.
 </p><dl>
@@ -243,7 +243,7 @@
 </dd>
 </dl><a NAME="AsyncFile.readline_p" ID="AsyncFile.readline_p"></a>
 <h4>AsyncFile.readline_p</h4>
-<b>readline_p</b>(<i>size = -1</i>)
+<b>readline_p</b>(<i>size=-1</i>)
 <p>
         Public method to read a line from this file.
 </p><p>
@@ -261,7 +261,7 @@
 </dd>
 </dl><a NAME="AsyncFile.readlines" ID="AsyncFile.readlines"></a>
 <h4>AsyncFile.readlines</h4>
-<b>readlines</b>(<i>sizehint = -1</i>)
+<b>readlines</b>(<i>sizehint=-1</i>)
 <p>
         Public method to read all lines from this file.
 </p><dl>
@@ -276,7 +276,7 @@
 </dd>
 </dl><a NAME="AsyncFile.seek" ID="AsyncFile.seek"></a>
 <h4>AsyncFile.seek</h4>
-<b>seek</b>(<i>offset, whence = 0</i>)
+<b>seek</b>(<i>offset, whence=0</i>)
 <p>
         Public method to move the filepointer.
 </p><dl>
@@ -306,7 +306,7 @@
 </dd>
 </dl><a NAME="AsyncFile.truncate" ID="AsyncFile.truncate"></a>
 <h4>AsyncFile.truncate</h4>
-<b>truncate</b>(<i>size = -1</i>)
+<b>truncate</b>(<i>size=-1</i>)
 <p>
         Public method to truncate the file.
 </p><dl>

eric ide

mercurial