src/eric7/Documentation/Source/eric7.DataViews.CodeMetrics.html

branch
eric7
changeset 10423
299802979277
parent 10229
e50bbf250343
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.DataViews.CodeMetrics.html	Tue Dec 19 11:04:03 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.DataViews.CodeMetrics.html	Tue Dec 19 19:57:08 2023 +0100
@@ -101,25 +101,25 @@
 </p>
 <dl>
 
-<dt><i>toktype</i></dt>
+<dt><i>toktype</i> (int)</dt>
 <dd>
-the type of the token (int)
+the type of the token
 </dd>
-<dt><i>toktext</i></dt>
+<dt><i>toktext</i> (str)</dt>
 <dd>
-the text of the token (string)
+the text of the token
 </dd>
-<dt><i>srow</i></dt>
+<dt><i>srow</i> (int)</dt>
 <dd>
-starting row of the token (int)
+starting row of the token
 </dd>
-<dt><i>scol</i></dt>
+<dt><i>scol</i> (int)</dt>
 <dd>
-starting column of the token (int)
+starting column of the token
 </dd>
-<dt><i>line</i></dt>
+<dt><i>line</i> (str)</dt>
 <dd>
-logical line the token was found (string)
+logical line the token was found
 </dd>
 </dl>
 <a NAME="Parser.parse" ID="Parser.parse"></a>
@@ -131,9 +131,9 @@
 </p>
 <dl>
 
-<dt><i>text</i></dt>
+<dt><i>text</i> (str)</dt>
 <dd>
-the source code as read from a Python source file
+source code as read from a Python source file
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -208,9 +208,9 @@
 </p>
 <dl>
 
-<dt><i>tok</i></dt>
+<dt><i>tok</i> (Token)</dt>
 <dd>
-the token to be processed (Token)
+the token to be processed
 </dd>
 </dl>
 <dl>
@@ -229,19 +229,25 @@
 </p>
 <dl>
 
-<dt><i>counterId</i></dt>
+<dt><i>counterId</i> (str)</dt>
 <dd>
-id of the counter (string)
+id of the counter
 </dd>
-<dt><i>key</i></dt>
+<dt><i>key</i> (str)</dt>
 <dd>
-key of the value to be retrieved (string)
+key of the value to be retrieved
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-the value of the requested counter (int)
+the value of the requested counter
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
 </dd>
 </dl>
 <a NAME="SourceStat.inc" ID="SourceStat.inc"></a>
@@ -253,13 +259,13 @@
 </p>
 <dl>
 
-<dt><i>key</i></dt>
+<dt><i>key</i> (str)</dt>
 <dd>
-the key to be incremented
+key to be incremented
 </dd>
-<dt><i>value</i></dt>
+<dt><i>value</i> (int)</dt>
 <dd>
-the increment (int)
+the increment
 </dd>
 </dl>
 <a NAME="SourceStat.indent" ID="SourceStat.indent"></a>
@@ -278,13 +284,13 @@
 </p>
 <dl>
 
-<dt><i>identifier</i></dt>
+<dt><i>identifier</i> (str)</dt>
 <dd>
-the identifier to be remembered (string)
+the identifier to be remembered
 </dd>
-<dt><i>row</i></dt>
+<dt><i>row</i> (int)</dt>
 <dd>
-the row, the identifier is defined in (int)
+row, the identifier is defined in
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -331,11 +337,11 @@
 </p>
 <dl>
 
-<dt><i>filename</i></dt>
+<dt><i>filename</i> (str)</dt>
 <dd>
-name of the Python file to be analyzed (string)
+name of the Python file to be analyzed
 </dd>
-<dt><i>total</i></dt>
+<dt><i>total</i> (dict)</dt>
 <dd>
 dictionary receiving the overall code statistics
 </dd>
@@ -343,7 +349,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-a statistics object with the collected code statistics (SourceStat)
+a statistics object with the collected code statistics
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+SourceStat
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -358,17 +370,17 @@
 </p>
 <dl>
 
-<dt><i>total</i></dt>
+<dt><i>total</i> (dict)</dt>
 <dd>
-the dictionary for the overall statistics
+dictionary of overall statistics
 </dd>
-<dt><i>key</i></dt>
+<dt><i>key</i> (str)</dt>
 <dd>
-the key to be summarize
+key to be summarized
 </dd>
-<dt><i>value</i></dt>
+<dt><i>value</i> (int)</dt>
 <dd>
-the value to be added to the overall statistics
+value to be added to the overall statistics
 </dd>
 </dl>
 <dl>
@@ -377,6 +389,12 @@
 the value added to the overall statistics
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+int
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial