diff -r e410e76d6538 -r d7cebe39ffba Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.html --- a/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.html Fri Oct 30 18:18:48 2015 +0100 +++ b/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.MiscellaneousChecker.html Sat Oct 31 11:55:35 2015 +0100 @@ -90,6 +90,9 @@ <td><a href="#MiscellaneousChecker.__error">__error</a></td> <td>Private method to record an issue.</td> </tr><tr> +<td><a href="#MiscellaneousChecker.__getCoding">__getCoding</a></td> +<td>Private method to get the defined coding of the source.</td> +</tr><tr> <td><a href="#MiscellaneousChecker.__getFields">__getFields</a></td> <td>Private method to extract the format field information.</td> </tr><tr> @@ -195,6 +198,21 @@ <dd> arguments for the message </dd> +</dl><a NAME="MiscellaneousChecker.__getCoding" ID="MiscellaneousChecker.__getCoding"></a> +<h4>MiscellaneousChecker.__getCoding</h4> +<b>__getCoding</b>(<i></i>) +<p> + Private method to get the defined coding of the source. +</p><dl> +<dt>Returns:</dt> +<dd> +tuple containing the line number and the coding +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +tuple of int and str +</dd> </dl><a NAME="MiscellaneousChecker.__getFields" ID="MiscellaneousChecker.__getFields"></a> <h4>MiscellaneousChecker.__getFields</h4> <b>__getFields</b>(<i>string</i>)