Documentation/Source/eric5.DebugClients.Python.AsyncIO.html

changeset 58
37f0444c3479
parent 21
b88a0e6268bd
child 409
0ea528e80202
--- a/Documentation/Source/eric5.DebugClients.Python.AsyncIO.html	Thu Jan 14 17:27:31 2010 +0000
+++ b/Documentation/Source/eric5.DebugClients.Python.AsyncIO.html	Thu Jan 14 18:35:52 2010 +0000
@@ -22,7 +22,7 @@
 <body><a NAME="top" ID="top"></a>
 <h1>eric5.DebugClients.Python.AsyncIO</h1>
 <p>
-&#77;&#111;&#100;&#117;&#108;&#101; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#98;&#97;&#115;&#101; &#99;&#108;&#97;&#115;&#115; &#111;&#102; &#97;&#110; &#97;&#115;y&#110;&#99;&#104;&#114;&#111;&#110;&#111;&#117;&#115; &#105;&#110;&#116;&#101;&#114;&#102;&#97;&#99;&#101; &#102;&#111;&#114; &#116;&#104;&#101; &#100;&#101;&#98;&#117;&#103;&#103;&#101;&#114;.
+Module implementing a base class of an asynchronous interface for the debugger.
 </p>
 <h3>Global Attributes</h3>
 <table>
@@ -32,7 +32,7 @@
 <table>
 <tr>
 <td><a href="#AsyncIO">AsyncIO</a></td>
-<td>&#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97;&#115;y&#110;&#99;&#104;&#114;&#111;&#110;&#111;&#117;&#115; &#114;&#101;&#97;&#100;&#105;&#110;&#103; &#97;&#110;&#100; w&#114;&#105;&#116;&#105;&#110;&#103;.</td>
+<td>Class implementing asynchronous reading and writing.</td>
 </tr>
 </table>
 <h3>Functions</h3>
@@ -43,7 +43,7 @@
 <a NAME="AsyncIO" ID="AsyncIO"></a>
 <h2>AsyncIO</h2>
 <p>
-    &#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97;&#115;y&#110;&#99;&#104;&#114;&#111;&#110;&#111;&#117;&#115; &#114;&#101;&#97;&#100;&#105;&#110;&#103; &#97;&#110;&#100; w&#114;&#105;&#116;&#105;&#110;&#103;.
+    Class implementing asynchronous reading and writing.
 </p>
 <h3>Derived from</h3>
 object
@@ -55,81 +55,81 @@
 <table>
 <tr>
 <td><a href="#AsyncIO.__init__">AsyncIO</a></td>
-<td>&#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;</td>
+<td>Constructor</td>
 </tr><tr>
 <td><a href="#AsyncIO.disconnect">disconnect</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#100;&#105;&#115;&#99;&#111;&#110;&#110;&#101;&#99;&#116; &#97;&#110;y &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#99;&#111;&#110;&#110;&#101;&#99;&#116;&#105;&#111;&#110;.</td>
+<td>Public method to disconnect any current connection.</td>
 </tr><tr>
 <td><a href="#AsyncIO.readReady">readReady</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#99;&#97;&#108;&#108;&#101;&#100; w&#104;&#101;&#110; &#116;&#104;&#101;&#114;&#101; &#105;&#115; &#100;&#97;&#116;&#97; &#114;&#101;&#97;&#100;y &#116;&#111; &#98;&#101; &#114;&#101;&#97;&#100;.</td>
+<td>Public method called when there is data ready to be read.</td>
 </tr><tr>
 <td><a href="#AsyncIO.setDescriptors">setDescriptors</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#99;&#97;&#108;&#108;&#101;&#100; &#116;&#111; &#115;&#101;&#116; &#116;&#104;&#101; &#100;&#101;&#115;&#99;&#114;&#105;&#112;&#116;&#111;&#114;&#115; &#102;&#111;&#114; &#116;&#104;&#101; &#99;&#111;&#110;&#110;&#101;&#99;&#116;&#105;&#111;&#110;.</td>
+<td>Public method called to set the descriptors for the connection.</td>
 </tr><tr>
 <td><a href="#AsyncIO.write">write</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; w&#114;&#105;&#116;&#101; &#97; &#115;&#116;&#114;&#105;&#110;&#103;.</td>
+<td>Public method to write a string.</td>
 </tr><tr>
 <td><a href="#AsyncIO.writeReady">writeReady</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#99;&#97;&#108;&#108;&#101;&#100; w&#104;&#101;&#110; w&#101; &#97;&#114;&#101; &#114;&#101;&#97;&#100;y &#116;&#111; w&#114;&#105;&#116;&#101; &#100;&#97;&#116;&#97;.</td>
+<td>Public method called when we are ready to write data.</td>
 </tr>
 </table>
 <a NAME="AsyncIO.__init__" ID="AsyncIO.__init__"></a>
 <h4>AsyncIO (Constructor)</h4>
 <b>AsyncIO</b>(<i></i>)
 <p>
-        &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;
+        Constructor
 </p><dl>
 <dt><i>parent</i></dt>
 <dd>
-&#116;&#104;&#101; &#111;&#112;&#116;&#105;&#111;&#110;&#97;&#108; &#112;&#97;&#114;&#101;&#110;&#116; &#111;&#102; &#116;&#104;&#105;&#115; &#111;&#98;&#106;&#101;&#99;&#116; (&#81;&#79;&#98;&#106;&#101;&#99;&#116;) (&#105;&#103;&#110;&#111;&#114;&#101;&#100;)
+the optional parent of this object (QObject) (ignored)
 </dd>
 </dl><a NAME="AsyncIO.disconnect" ID="AsyncIO.disconnect"></a>
 <h4>AsyncIO.disconnect</h4>
 <b>disconnect</b>(<i></i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#100;&#105;&#115;&#99;&#111;&#110;&#110;&#101;&#99;&#116; &#97;&#110;y &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#99;&#111;&#110;&#110;&#101;&#99;&#116;&#105;&#111;&#110;.
+        Public method to disconnect any current connection.
 </p><a NAME="AsyncIO.readReady" ID="AsyncIO.readReady"></a>
 <h4>AsyncIO.readReady</h4>
 <b>readReady</b>(<i>fd</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#99;&#97;&#108;&#108;&#101;&#100; w&#104;&#101;&#110; &#116;&#104;&#101;&#114;&#101; &#105;&#115; &#100;&#97;&#116;&#97; &#114;&#101;&#97;&#100;y &#116;&#111; &#98;&#101; &#114;&#101;&#97;&#100;.
+        Public method called when there is data ready to be read.
 </p><dl>
 <dt><i>fd</i></dt>
 <dd>
-&#102;&#105;&#108;&#101; &#100;&#101;&#115;&#99;&#114;&#105;&#112;&#116;&#111;&#114; &#111;&#102; &#116;&#104;&#101; &#102;&#105;&#108;&#101; &#116;&#104;&#97;&#116; &#104;&#97;&#115; &#100;&#97;&#116;&#97; &#116;&#111; &#98;&#101; &#114;&#101;&#97;&#100; (&#105;&#110;&#116;)
+file descriptor of the file that has data to be read (int)
 </dd>
 </dl><a NAME="AsyncIO.setDescriptors" ID="AsyncIO.setDescriptors"></a>
 <h4>AsyncIO.setDescriptors</h4>
 <b>setDescriptors</b>(<i>rfd, wfd</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#99;&#97;&#108;&#108;&#101;&#100; &#116;&#111; &#115;&#101;&#116; &#116;&#104;&#101; &#100;&#101;&#115;&#99;&#114;&#105;&#112;&#116;&#111;&#114;&#115; &#102;&#111;&#114; &#116;&#104;&#101; &#99;&#111;&#110;&#110;&#101;&#99;&#116;&#105;&#111;&#110;.
+        Public method called to set the descriptors for the connection.
 </p><dl>
 <dt><i>rfd</i></dt>
 <dd>
-&#102;&#105;&#108;&#101; &#100;&#101;&#115;&#99;&#114;&#105;&#112;&#116;&#111;&#114; &#111;&#102; &#116;&#104;&#101; &#105;&#110;&#112;&#117;&#116; &#102;&#105;&#108;&#101; (&#105;&#110;&#116;)
+file descriptor of the input file (int)
 </dd><dt><i>wfd</i></dt>
 <dd>
-&#102;&#105;&#108;&#101; &#100;&#101;&#115;&#99;&#114;&#105;&#112;&#116;&#111;&#114; &#111;&#102; &#116;&#104;&#101; &#111;&#117;&#116;&#112;&#117;&#116; &#102;&#105;&#108;&#101; (&#105;&#110;&#116;)
+file descriptor of the output file (int)
 </dd>
 </dl><a NAME="AsyncIO.write" ID="AsyncIO.write"></a>
 <h4>AsyncIO.write</h4>
 <b>write</b>(<i>s</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; w&#114;&#105;&#116;&#101; &#97; &#115;&#116;&#114;&#105;&#110;&#103;.
+        Public method to write a string.
 </p><dl>
 <dt><i>s</i></dt>
 <dd>
-&#116;&#104;&#101; &#100;&#97;&#116;&#97; &#116;&#111; &#98;&#101; w&#114;&#105;&#116;&#116;&#101;&#110; (&#115;&#116;&#114;&#105;&#110;&#103;)
+the data to be written (string)
 </dd>
 </dl><a NAME="AsyncIO.writeReady" ID="AsyncIO.writeReady"></a>
 <h4>AsyncIO.writeReady</h4>
 <b>writeReady</b>(<i>fd</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#99;&#97;&#108;&#108;&#101;&#100; w&#104;&#101;&#110; w&#101; &#97;&#114;&#101; &#114;&#101;&#97;&#100;y &#116;&#111; w&#114;&#105;&#116;&#101; &#100;&#97;&#116;&#97;.
+        Public method called when we are ready to write data.
 </p><dl>
 <dt><i>fd</i></dt>
 <dd>
-&#102;&#105;&#108;&#101; &#100;&#101;&#115;&#99;&#114;&#105;&#112;&#116;&#111;&#114; &#111;&#102; &#116;&#104;&#101; &#102;&#105;&#108;&#101; &#116;&#104;&#97;&#116; &#104;&#97;&#115; &#100;&#97;&#116;&#97; &#116;&#111; &#98;&#101; w&#114;&#105;&#116;&#116;&#101;&#110; (&#105;&#110;&#116;)
+file descriptor of the file that has data to be written (int)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial