diff -r 1b59c4ba121e -r 8cd4d08fa9f6 Documentation/Source/eric5.Utilities.ModuleParser.html --- a/Documentation/Source/eric5.Utilities.ModuleParser.html Fri Mar 11 08:55:14 2011 +0100 +++ b/Documentation/Source/eric5.Utilities.ModuleParser.html Fri Mar 11 16:51:57 2011 +0100 @@ -99,7 +99,7 @@ </table> <a NAME="Attribute.__init__" ID="Attribute.__init__"></a> <h4>Attribute (Constructor)</h4> -<b>Attribute</b>(<i>module, name, file, lineno, isSignal = False</i>) +<b>Attribute</b>(<i>module, name, file, lineno, isSignal=False</i>) <p> Constructor </p><dl> @@ -299,7 +299,7 @@ </table> <a NAME="Function.__init__" ID="Function.__init__"></a> <h4>Function (Constructor)</h4> -<b>Function</b>(<i>module, name, file, lineno, signature = '', pyqtSignature = None</i>) +<b>Function</b>(<i>module, name, file, lineno, signature='', pyqtSignature=None</i>) <p> Constructor </p><dl> @@ -418,7 +418,7 @@ <h4>Module.__py_scan</h4> <b>__py_scan</b>(<i>src</i>) <p> - Private method to scan the source text of a Python module and retrieve the + Private method to scan the source text of a Python module and retrieve the relevant information. </p><dl> <dt><i>src</i></dt> @@ -439,7 +439,7 @@ <h4>Module.__rb_scan</h4> <b>__rb_scan</b>(<i>src</i>) <p> - Private method to scan the source text of a Python module and retrieve the + Private method to scan the source text of a Python module and retrieve the relevant information. </p><dl> <dt><i>src</i></dt> @@ -796,7 +796,7 @@ <hr /><hr /> <a NAME="readModule" ID="readModule"></a> <h2>readModule</h2> -<b>readModule</b>(<i>module, path = [], inpackage = False, basename = "", extensions = None, caching = True</i>) +<b>readModule</b>(<i>module, path=[], inpackage=False, basename="", extensions=None, caching=True</i>) <p> Function to read a module file and parse it. </p><p> @@ -838,7 +838,7 @@ <hr /><hr /> <a NAME="resetParsedModule" ID="resetParsedModule"></a> <h2>resetParsedModule</h2> -<b>resetParsedModule</b>(<i>module, basename = ""</i>) +<b>resetParsedModule</b>(<i>module, basename=""</i>) <p> Module function to clear one module from the list of parsed modules. </p><dl>