--- a/RadonMetrics/Documentation/source/Plugin_Metrics_Radon.RadonMetrics.CodeMetricsCalculator.html Sat Dec 31 16:27:44 2022 +0100 +++ b/RadonMetrics/Documentation/source/Plugin_Metrics_Radon.RadonMetrics.CodeMetricsCalculator.html Sat May 27 15:33:58 2023 +0200 @@ -47,7 +47,7 @@ </tr> <tr> <td><a href="#rawCodeMetrics">rawCodeMetrics</a></td> -<td>Private function to calculate the raw code metrics of one file.</td> +<td></td> </tr> <tr> <td><a href="#workerTask">workerTask</a></td> @@ -88,17 +88,13 @@ <hr /> <a NAME="__rawCodeMetrics" ID="__rawCodeMetrics"></a> <h2>__rawCodeMetrics</h2> -<b>__rawCodeMetrics</b>(<i>file, text=""</i>) +<b>__rawCodeMetrics</b>(<i>text</i>) <p> Private function to calculate the raw code metrics for one Python file. </p> <dl> -<dt><i>file</i> (str)</dt> -<dd> -source filename -</dd> <dt><i>text</i> (str)</dt> <dd> source text @@ -188,32 +184,6 @@ <h2>rawCodeMetrics</h2> <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 />