RadonMetrics/Documentation/source/Plugin_Metrics_Radon.RadonMetrics.CodeMetricsCalculator.html

branch
eric7
changeset 109
47df4b69f699
parent 107
0843dd7239f6
child 111
897c71cbc967
--- a/RadonMetrics/Documentation/source/Plugin_Metrics_Radon.RadonMetrics.CodeMetricsCalculator.html	Sat May 27 15:34:14 2023 +0200
+++ b/RadonMetrics/Documentation/source/Plugin_Metrics_Radon.RadonMetrics.CodeMetricsCalculator.html	Wed Aug 30 13:20:08 2023 +0200
@@ -47,7 +47,7 @@
 </tr>
 <tr>
 <td><a href="#rawCodeMetrics">rawCodeMetrics</a></td>
-<td></td>
+<td>Private function to calculate the raw code metrics of one file.</td>
 </tr>
 <tr>
 <td><a href="#workerTask">workerTask</a></td>
@@ -182,8 +182,34 @@
 <hr />
 <a NAME="rawCodeMetrics" ID="rawCodeMetrics"></a>
 <h2>rawCodeMetrics</h2>
-<b>rawCodeMetrics</b>(<i>file, text=""</i>)
+<b>rawCodeMetrics</b>(<i>file, text="", </i>)
+
+<p>
+    Private function to calculate the raw code metrics of one file.
+</p>
+<dl>
 
+<dt><i>file</i> (str)</dt>
+<dd>
+source filename
+</dd>
+<dt><i>text</i> (str)</dt>
+<dd>
+source text
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+tuple containing the result dictionary
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+(tuple of dict)
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />

eric ide

mercurial