eric6/Documentation/Source/eric6.Utilities.ClassBrowsers.idlclbr.html

changeset 7693
a51f82458a1b
parent 7273
391d6b7b1eff
child 7699
d338c533f5f0
diff -r 94f0017f9372 -r a51f82458a1b eric6/Documentation/Source/eric6.Utilities.ClassBrowsers.idlclbr.html
--- a/eric6/Documentation/Source/eric6.Utilities.ClassBrowsers.idlclbr.html	Sun Sep 06 12:19:56 2020 +0200
+++ b/eric6/Documentation/Source/eric6.Utilities.ClassBrowsers.idlclbr.html	Sun Sep 06 12:33:50 2020 +0200
@@ -72,6 +72,10 @@
 <td><a href="#readmodule_ex">readmodule_ex</a></td>
 <td>Read a CORBA IDL file and return a dictionary of classes, functions and modules.</td>
 </tr>
+<tr>
+<td><a href="#scan">scan</a></td>
+<td>Public method to scan the given source text.</td>
+</tr>
 </table>
 <hr />
 <hr />
@@ -412,4 +416,41 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
+<hr />
+<a NAME="scan" ID="scan"></a>
+<h2>scan</h2>
+<b>scan</b>(<i>src, file, module</i>)
+
+<p>
+    Public method to scan the given source text.
+</p>
+<dl>
+
+<dt><i>src</i> (str)</dt>
+<dd>
+source text to be scanned
+</dd>
+<dt><i>file</i> (str)</dt>
+<dd>
+file name associated with the source text
+</dd>
+<dt><i>module</i> (str)</dt>
+<dd>
+module name associated with the source text
+</dd>
+</dl>
+<dl>
+<dt>Returns:</dt>
+<dd>
+dictionary containing the extracted data
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+dict
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial