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

branch
eric7
changeset 10479
856476537696
parent 10064
8c3207703dac
child 10784
521fd465b048
--- a/src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.__init__.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Utilities.ClassBrowsers.__init__.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,7 +7,6 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Utilities.ClassBrowsers.__init__</h1>
-
 <p>
 Package implementing class browsers for various languages.
 </p>
@@ -24,20 +23,24 @@
 <li>Ruby</li>
 </ul>
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
-<tr><td>ClassBrowserRegistry</td></tr><tr><td>PTL_SOURCE</td></tr><tr><td>PY_SOURCE</td></tr><tr><td>RB_SOURCE</td></tr><tr><td>UNKNOWN_SOURCE</td></tr><tr><td>__extensions</td></tr>
+<tr><td>ClassBrowserRegistry</td></tr>
+<tr><td>PTL_SOURCE</td></tr>
+<tr><td>PY_SOURCE</td></tr>
+<tr><td>RB_SOURCE</td></tr>
+<tr><td>UNKNOWN_SOURCE</td></tr>
+<tr><td>__extensions</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
-
 <tr>
 <td><a href="#find_module">find_module</a></td>
 <td>Function to extend the Python module finding mechanism.</td>
@@ -71,12 +74,12 @@
 <td>Function to unregister a class browser type.</td>
 </tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="find_module" ID="find_module"></a>
 <h2>find_module</h2>
 <b>find_module</b>(<i>name, path, isPyFile=False</i>)
-
 <p>
     Function to extend the Python module finding mechanism.
 </p>
@@ -86,6 +89,7 @@
     Python search implemented in the imp module is used. For all other
     supported files only the paths list is searched.
 </p>
+
 <dl>
 
 <dt><i>name</i> (str)</dt>
@@ -127,10 +131,10 @@
 <a NAME="getClassBrowserModule" ID="getClassBrowserModule"></a>
 <h2>getClassBrowserModule</h2>
 <b>getClassBrowserModule</b>(<i>moduleType</i>)
-
 <p>
     Function to import a class browser module.
 </p>
+
 <dl>
 
 <dt><i>moduleType</i> (str)</dt>
@@ -156,11 +160,11 @@
 <a NAME="getIcon" ID="getIcon"></a>
 <h2>getIcon</h2>
 <b>getIcon</b>(<i>filename</i>)
-
 <p>
     Function to get an icon name for the given file (only for class browsers provided
     via plugins).
 </p>
+
 <dl>
 
 <dt><i>filename</i> (str)</dt>
@@ -186,10 +190,10 @@
 <a NAME="isSupportedType" ID="isSupportedType"></a>
 <h2>isSupportedType</h2>
 <b>isSupportedType</b>(<i>fileext</i>)
-
 <p>
     Function to check, if the given file extension indicates a supported file type.
 </p>
+
 <dl>
 
 <dt><i>fileext</i> (str)</dt>
@@ -215,7 +219,6 @@
 <a NAME="readmodule" ID="readmodule"></a>
 <h2>readmodule</h2>
 <b>readmodule</b>(<i>module, path=None, isPyFile=False</i>)
-
 <p>
     Function to read a source file and return a dictionary of classes, functions,
     modules, etc. .
@@ -224,6 +227,7 @@
     The real work of parsing the source file is delegated to the individual
     file parsers.
 </p>
+
 <dl>
 
 <dt><i>module</i> (str)</dt>
@@ -257,10 +261,10 @@
 <a NAME="registerClassBrowser" ID="registerClassBrowser"></a>
 <h2>registerClassBrowser</h2>
 <b>registerClassBrowser</b>(<i>name, readModuleFunc, scanFunc, iconFunc, extensions</i>)
-
 <p>
     Function to register a class browser type.
 </p>
+
 <dl>
 
 <dt><i>name</i> (str)</dt>
@@ -299,10 +303,10 @@
 <a NAME="scan" ID="scan"></a>
 <h2>scan</h2>
 <b>scan</b>(<i>src, filename, module, isPyFile=False</i>)
-
 <p>
     Function to scan the given source text.
 </p>
+
 <dl>
 
 <dt><i>src</i> (str)</dt>
@@ -340,10 +344,10 @@
 <a NAME="unregisterClassBrowser" ID="unregisterClassBrowser"></a>
 <h2>unregisterClassBrowser</h2>
 <b>unregisterClassBrowser</b>(<i>name</i>)
-
 <p>
     Function to unregister a class browser type.
 </p>
+
 <dl>
 
 <dt><i>name</i> (str)</dt>
@@ -353,4 +357,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial