comparison: eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsChecker.html
eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsChecker.html
- changeset 7989
- a21d673a8f99
- parent 7784
- 3257703e10c5
- child 8199
- f6db89b067e7
equal
deleted
inserted
replaced
214 |
214 |
215 <p> |
215 <p> |
216 Private method to generate an AST for our source. |
216 Private method to generate an AST for our source. |
217 </p> |
217 </p> |
218 <dl> |
218 <dl> |
219 <dt>Returns:</dt> |
219 <dt>Return:</dt> |
220 <dd> |
220 <dd> |
221 generated AST |
221 generated AST |
222 </dd> |
222 </dd> |
223 </dl> |
223 </dl> |
224 <dl> |
224 <dl> |
240 <dd> |
240 <dd> |
241 message code to check for |
241 message code to check for |
242 </dd> |
242 </dd> |
243 </dl> |
243 </dl> |
244 <dl> |
244 <dl> |
245 <dt>Returns:</dt> |
245 <dt>Return:</dt> |
246 <dd> |
246 <dd> |
247 flag indicating to ignore the given code |
247 flag indicating to ignore the given code |
248 </dd> |
248 </dd> |
249 </dl> |
249 </dl> |
250 <dl> |
250 <dl> |
469 reference to the node to determine the annotation |
469 reference to the node to determine the annotation |
470 complexity for |
470 complexity for |
471 </dd> |
471 </dd> |
472 </dl> |
472 </dl> |
473 <dl> |
473 <dl> |
474 <dt>Returns:</dt> |
474 <dt>Return:</dt> |
475 <dd> |
475 <dd> |
476 annotation complexity |
476 annotation complexity |
477 </dd> |
477 </dd> |
478 </dl> |
478 </dl> |
479 <dl> |
479 <dl> |
498 <dd> |
498 <dd> |
499 reference to the function definition node to be checked |
499 reference to the function definition node to be checked |
500 </dd> |
500 </dd> |
501 </dl> |
501 </dl> |
502 <dl> |
502 <dl> |
503 <dt>Returns:</dt> |
503 <dt>Return:</dt> |
504 <dd> |
504 <dd> |
505 flag indicating the presence of type annotations |
505 flag indicating the presence of type annotations |
506 </dd> |
506 </dd> |
507 </dl> |
507 </dl> |
508 <dl> |
508 <dl> |

