src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.pyclbr.html

branch
eric7
changeset 10433
328f3ec4b77a
parent 10229
e50bbf250343
child 10479
856476537696
diff -r 2fe91fe443dd -r 328f3ec4b77a src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.pyclbr.html
--- a/src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.pyclbr.html	Thu Dec 21 15:46:22 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.pyclbr.html	Thu Dec 21 19:50:01 2023 +0100
@@ -118,19 +118,19 @@
 </p>
 <dl>
 
-<dt><i>module</i></dt>
+<dt><i>module</i> (str)</dt>
 <dd>
 name of the module containing this class
 </dd>
-<dt><i>name</i></dt>
+<dt><i>name</i> (str)</dt>
 <dd>
 name of this class
 </dd>
-<dt><i>file</i></dt>
+<dt><i>file</i> (str)</dt>
 <dd>
 filename containing this attribute
 </dd>
-<dt><i>lineno</i></dt>
+<dt><i>lineno</i> (int)</dt>
 <dd>
 linenumber of the class definition
 </dd>
@@ -180,23 +180,23 @@
 </p>
 <dl>
 
-<dt><i>module</i></dt>
+<dt><i>module</i> (str)</dt>
 <dd>
 name of the module containing this class
 </dd>
-<dt><i>name</i></dt>
+<dt><i>name</i> (str)</dt>
 <dd>
 name of this class
 </dd>
-<dt><i>superClasses</i></dt>
+<dt><i>superClasses</i> (list of str)</dt>
 <dd>
 list of class names this class is inherited from
 </dd>
-<dt><i>file</i></dt>
+<dt><i>file</i> (str)</dt>
 <dd>
 filename containing this class
 </dd>
-<dt><i>lineno</i></dt>
+<dt><i>lineno</i> (int)</dt>
 <dd>
 linenumber of the class definition
 </dd>
@@ -246,35 +246,35 @@
 </p>
 <dl>
 
-<dt><i>module</i></dt>
+<dt><i>module</i> (str)</dt>
 <dd>
 name of the module containing this function
 </dd>
-<dt><i>name</i></dt>
+<dt><i>name</i> (str)</dt>
 <dd>
 name of this function
 </dd>
-<dt><i>file</i></dt>
+<dt><i>file</i> (str)</dt>
 <dd>
 filename containing this class
 </dd>
-<dt><i>lineno</i></dt>
+<dt><i>lineno</i> (int)</dt>
 <dd>
 linenumber of the class definition
 </dd>
-<dt><i>signature</i></dt>
+<dt><i>signature</i> (str)</dt>
 <dd>
 parameterlist of the method
 </dd>
-<dt><i>separator</i></dt>
+<dt><i>separator</i> (str)</dt>
 <dd>
 string separating the parameters
 </dd>
-<dt><i>modifierType</i></dt>
+<dt><i>modifierType</i> (int)</dt>
 <dd>
 type of the function
 </dd>
-<dt><i>annotation</i></dt>
+<dt><i>annotation</i> (str)</dt>
 <dd>
 return annotation
 </dd>
@@ -328,17 +328,17 @@
 </p>
 <dl>
 
-<dt><i>module</i></dt>
+<dt><i>module</i> (str)</dt>
 <dd>
-name of the module containing the import (string)
+name of the module containing the import
 </dd>
-<dt><i>file</i></dt>
+<dt><i>file</i> (str)</dt>
 <dd>
-file name containing the import (string)
+file name containing the import
 </dd>
-<dt><i>importedModule</i></dt>
+<dt><i>importedModule</i> (str)</dt>
 <dd>
-name of the imported module (string)
+name of the imported module
 </dd>
 </dl>
 <a NAME="ImportedModule.addImport" ID="ImportedModule.addImport"></a>
@@ -350,13 +350,13 @@
 </p>
 <dl>
 
-<dt><i>lineno</i></dt>
+<dt><i>lineno</i> (int)</dt>
 <dd>
 line number of the import
 </dd>
-<dt><i>importedNames</i></dt>
+<dt><i>importedNames</i> (list of str)</dt>
 <dd>
-list of imported names (list of strings)
+list of imported names
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -416,13 +416,13 @@
 </p>
 <dl>
 
-<dt><i>module</i></dt>
+<dt><i>module</i> (str)</dt>
 <dd>
-name of the module containing the import (string)
+name of the module containing the import
 </dd>
-<dt><i>file</i></dt>
+<dt><i>file</i> (str)</dt>
 <dd>
-file name containing the import (string)
+file name containing the import
 </dd>
 </dl>
 <a NAME="Imports.addImport" ID="Imports.addImport"></a>
@@ -434,15 +434,15 @@
 </p>
 <dl>
 
-<dt><i>moduleName</i></dt>
+<dt><i>moduleName</i> (str)</dt>
 <dd>
-name of the imported module (string)
+name of the imported module
 </dd>
-<dt><i>names</i></dt>
+<dt><i>names</i> (list of str)</dt>
 <dd>
-list of names (list of strings)
+list of names
 </dd>
-<dt><i>lineno</i></dt>
+<dt><i>lineno</i> (int)</dt>
 <dd>
 line number of the import
 </dd>
@@ -456,15 +456,21 @@
 </p>
 <dl>
 
-<dt><i>moduleName</i></dt>
+<dt><i>moduleName</i> (str)</dt>
 <dd>
-name of the imported module (string)
+name of the imported module
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-imported module item (ImportedModule) or None
+imported module item
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+ImportedModule
 </dd>
 </dl>
 <a NAME="Imports.getImports" ID="Imports.getImports"></a>
@@ -481,6 +487,12 @@
             of line numbers of imports as value
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+dict
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
@@ -568,15 +580,21 @@
 </p>
 <dl>
 
-<dt><i>ws</i></dt>
+<dt><i>ws</i> (str)</dt>
 <dd>
-the whitespace to be checked (string)
+the whitespace to be checked
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-length of the whitespace string (integer)
+length of the whitespace string
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial