Documentation/Source/eric6.WebBrowser.Download.DownloadUtilities.html

changeset 6225
56b6f18abc21
parent 4918
71caf42a13d8
--- a/Documentation/Source/eric6.WebBrowser.Download.DownloadUtilities.html	Sun Apr 08 17:34:59 2018 +0200
+++ b/Documentation/Source/eric6.WebBrowser.Download.DownloadUtilities.html	Sun Apr 08 17:36:43 2018 +0200
@@ -37,6 +37,9 @@
 <td><a href="#dataString">dataString</a></td>
 <td>Module function to generate a formatted size string.</td>
 </tr><tr>
+<td><a href="#speedString">speedString</a></td>
+<td>Module function to generate a formatted speed string.</td>
+</tr><tr>
 <td><a href="#timeString">timeString</a></td>
 <td>Module function to format the given time.</td>
 </tr>
@@ -48,14 +51,42 @@
 <p>
     Module function to generate a formatted size string.
 </p><dl>
-<dt><i>size</i></dt>
+<dt><i>size</i> (int)</dt>
 <dd>
-size to be formatted (integer)
+size to be formatted
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-formatted data string (string)
+formatted data string
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+str
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr /><hr />
+<a NAME="speedString" ID="speedString"></a>
+<h2>speedString</h2>
+<b>speedString</b>(<i>speed</i>)
+<p>
+    Module function to generate a formatted speed string.
+</p><dl>
+<dt><i>speed</i> (float)</dt>
+<dd>
+speed to be formatted
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+formatted speed string
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -66,14 +97,19 @@
 <p>
     Module function to format the given time.
 </p><dl>
-<dt><i>timeRemaining</i></dt>
+<dt><i>timeRemaining</i> (float)</dt>
 <dd>
-time to be formatted (float)
+time to be formatted
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-time string (string)
+time string
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial