Documentation/Source/eric5.Utilities.__init__.html

changeset 3206
f516fc427551
parent 3018
70924c0bdaf1
child 3394
d1d4d79b4f11
--- a/Documentation/Source/eric5.Utilities.__init__.html	Wed Jan 15 18:59:03 2014 +0100
+++ b/Documentation/Source/eric5.Utilities.__init__.html	Wed Jan 15 19:05:51 2014 +0100
@@ -1366,16 +1366,19 @@
 <hr /><hr />
 <a NAME="py2compile" ID="py2compile"></a>
 <h2>py2compile</h2>
-<b>py2compile</b>(<i>file, checkFlakes=False</i>)
+<b>py2compile</b>(<i>fileName, checkFlakes=False, txt=""</i>)
 <p>
     Function to compile one Python 2 source file to Python 2 bytecode.
 </p><dl>
-<dt><i>file</i></dt>
+<dt><i>fileName</i></dt>
 <dd>
 source filename (string)
 </dd><dt><i>checkFlakes=</i></dt>
 <dd>
 flag indicating to do a pyflakes check (boolean)
+</dd><dt><i>txt=</i></dt>
+<dd>
+text to be checked (string)
 </dd>
 </dl><dl>
 <dt>Returns:</dt>

eric ide

mercurial