Utilities/ClassBrowsers/pyclbr.py

changeset 2965
d133c7edd88a
parent 2769
8cbebde7a984
child 2997
7f0ef975da9e
--- a/Utilities/ClassBrowsers/pyclbr.py	Sun Sep 29 15:54:10 2013 +0200
+++ b/Utilities/ClassBrowsers/pyclbr.py	Sun Sep 29 18:22:08 2013 +0200
@@ -205,7 +205,7 @@
     
 
 def readmodule_ex(module, path=[], inpackage=False, isPyFile=False):
-    '''
+    """
     Read a module file and return a dictionary of classes.
 
     Search for MODULE in PATH and sys.path, read and parse the
@@ -215,8 +215,9 @@
     @param module name of the module file (string)
     @param path path the module should be searched in (list of strings)
     @param inpackage flag indicating a module inside a package is scanned
+    @param isPyFile flag indicating a Python file (boolean)
     @return the resulting dictionary
-    '''
+    """
     global _modules
     
     dict = {}

eric ide

mercurial