Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.NamingStyleChecker.html

changeset 5585
dab20c39f08c
parent 5147
d39dd5cee0c8
equal deleted inserted replaced
5584:9fce9cfcbfda 5585:dab20c39f08c
64 <td>Private class to check the given node for class name conventions (N801).</td> 64 <td>Private class to check the given node for class name conventions (N801).</td>
65 </tr><tr> 65 </tr><tr>
66 <td><a href="#NamingStyleChecker.__checkFunctionArgumentNames">__checkFunctionArgumentNames</a></td> 66 <td><a href="#NamingStyleChecker.__checkFunctionArgumentNames">__checkFunctionArgumentNames</a></td>
67 <td>Private class to check the argument names of functions (N803, N804, N805, N806).</td> 67 <td>Private class to check the argument names of functions (N803, N804, N805, N806).</td>
68 </tr><tr> 68 </tr><tr>
69 <td><a href="#NamingStyleChecker.__checkFuntionName">__checkFuntionName</a></td> 69 <td><a href="#NamingStyleChecker.__checkFunctionName">__checkFunctionName</a></td>
70 <td>Private class to check the given node for function name conventions (N802).</td> 70 <td>Private class to check the given node for function name conventions (N802).</td>
71 </tr><tr> 71 </tr><tr>
72 <td><a href="#NamingStyleChecker.__checkImportAs">__checkImportAs</a></td> 72 <td><a href="#NamingStyleChecker.__checkImportAs">__checkImportAs</a></td>
73 <td>Private method to check that imports don't change the naming convention (N811, N812, N813, N814).</td> 73 <td>Private method to check that imports don't change the naming convention (N811, N812, N813, N814).</td>
74 </tr><tr> 74 </tr><tr>
174 <dt>Returns:</dt> 174 <dt>Returns:</dt>
175 <dd> 175 <dd>
176 tuple giving line number, offset within line and error code 176 tuple giving line number, offset within line and error code
177 (integer, integer, string) 177 (integer, integer, string)
178 </dd> 178 </dd>
179 </dl><a NAME="NamingStyleChecker.__checkFuntionName" ID="NamingStyleChecker.__checkFuntionName"></a> 179 </dl><a NAME="NamingStyleChecker.__checkFunctionName" ID="NamingStyleChecker.__checkFunctionName"></a>
180 <h4>NamingStyleChecker.__checkFuntionName</h4> 180 <h4>NamingStyleChecker.__checkFunctionName</h4>
181 <b>__checkFuntionName</b>(<i>node, parents</i>) 181 <b>__checkFunctionName</b>(<i>node, parents</i>)
182 <p> 182 <p>
183 Private class to check the given node for function name 183 Private class to check the given node for function name
184 conventions (N802). 184 conventions (N802).
185 </p><p> 185 </p><p>
186 Function names should be lowercase, with words separated by underscores 186 Function names should be lowercase, with words separated by underscores

eric ide

mercurial