comparison: eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityUtils.html
eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityUtils.html
- changeset 7989
- a21d673a8f99
- parent 7624
- 6eabbcf3bdf8
equal
deleted
inserted
replaced
159 <dd> |
159 <dd> |
160 base node to stop at |
160 base node to stop at |
161 </dd> |
161 </dd> |
162 </dl> |
162 </dl> |
163 <dl> |
163 <dl> |
164 <dt>Returns:</dt> |
164 <dt>Return:</dt> |
165 <dd> |
165 <dd> |
166 tuple containing the root node of the expression and the string |
166 tuple containing the root node of the expression and the string |
167 value |
167 value |
168 </dd> |
168 </dd> |
169 </dl> |
169 </dl> |
193 <dd> |
193 <dd> |
194 attribute chain to be parsed |
194 attribute chain to be parsed |
195 </dd> |
195 </dd> |
196 </dl> |
196 </dl> |
197 <dl> |
197 <dl> |
198 <dt>Returns:</dt> |
198 <dt>Return:</dt> |
199 <dd> |
199 <dd> |
200 ultimate value |
200 ultimate value |
201 </dd> |
201 </dd> |
202 </dl> |
202 </dl> |
203 <dl> |
203 <dl> |
231 <dd> |
231 <dd> |
232 bytes object to be escaped |
232 bytes object to be escaped |
233 </dd> |
233 </dd> |
234 </dl> |
234 </dl> |
235 <dl> |
235 <dl> |
236 <dt>Returns:</dt> |
236 <dt>Return:</dt> |
237 <dd> |
237 <dd> |
238 escaped bytes object |
238 escaped bytes object |
239 </dd> |
239 </dd> |
240 </dl> |
240 </dl> |
241 <dl> |
241 <dl> |
273 <dd> |
273 <dd> |
274 dictionary of import aliases |
274 dictionary of import aliases |
275 </dd> |
275 </dd> |
276 </dl> |
276 </dl> |
277 <dl> |
277 <dl> |
278 <dt>Returns:</dt> |
278 <dt>Return:</dt> |
279 <dd> |
279 <dd> |
280 qualified name of the attribute |
280 qualified name of the attribute |
281 </dd> |
281 </dd> |
282 </dl> |
282 </dl> |
283 <dl> |
283 <dl> |
306 <dd> |
306 <dd> |
307 dictionary of import aliases |
307 dictionary of import aliases |
308 </dd> |
308 </dd> |
309 </dl> |
309 </dl> |
310 <dl> |
310 <dl> |
311 <dt>Returns:</dt> |
311 <dt>Return:</dt> |
312 <dd> |
312 <dd> |
313 name of the ast.Call node |
313 name of the ast.Call node |
314 </dd> |
314 </dd> |
315 </dl> |
315 </dl> |
316 <dl> |
316 <dl> |
340 <dd> |
340 <dd> |
341 reference to the call node |
341 reference to the call node |
342 </dd> |
342 </dd> |
343 </dl> |
343 </dl> |
344 <dl> |
344 <dl> |
345 <dt>Returns:</dt> |
345 <dt>Return:</dt> |
346 <dd> |
346 <dd> |
347 function name of the node |
347 function name of the node |
348 </dd> |
348 </dd> |
349 </dl> |
349 </dl> |
350 <dl> |
350 <dl> |
381 <dd> |
381 <dd> |
382 path of the module to be analyzed |
382 path of the module to be analyzed |
383 </dd> |
383 </dd> |
384 </dl> |
384 </dl> |
385 <dl> |
385 <dl> |
386 <dt>Returns:</dt> |
386 <dt>Return:</dt> |
387 <dd> |
387 <dd> |
388 qualified name of the module |
388 qualified name of the module |
389 </dd> |
389 </dd> |
390 </dl> |
390 </dl> |
391 <dl> |
391 <dl> |
421 <dd> |
421 <dd> |
422 dictionary of import aliases |
422 dictionary of import aliases |
423 </dd> |
423 </dd> |
424 </dl> |
424 </dl> |
425 <dl> |
425 <dl> |
426 <dt>Returns:</dt> |
426 <dt>Return:</dt> |
427 <dd> |
427 <dd> |
428 qualified attribute name |
428 qualified attribute name |
429 </dd> |
429 </dd> |
430 </dl> |
430 </dl> |
431 <dl> |
431 <dl> |
450 <dd> |
450 <dd> |
451 node to extract a line range from |
451 node to extract a line range from |
452 </dd> |
452 </dd> |
453 </dl> |
453 </dl> |
454 <dl> |
454 <dl> |
455 <dt>Returns:</dt> |
455 <dt>Return:</dt> |
456 <dd> |
456 <dd> |
457 list containing the line number range |
457 list containing the line number range |
458 </dd> |
458 </dd> |
459 </dl> |
459 </dl> |
460 <dl> |
460 <dl> |
480 <dd> |
480 <dd> |
481 node to extract a line range from |
481 node to extract a line range from |
482 </dd> |
482 </dd> |
483 </dl> |
483 </dl> |
484 <dl> |
484 <dl> |
485 <dt>Returns:</dt> |
485 <dt>Return:</dt> |
486 <dd> |
486 <dd> |
487 list containing the line number range |
487 list containing the line number range |
488 </dd> |
488 </dd> |
489 </dl> |
489 </dl> |
490 <dl> |
490 <dl> |
513 <dd> |
513 <dd> |
514 node name to be appended |
514 node name to be appended |
515 </dd> |
515 </dd> |
516 </dl> |
516 </dl> |
517 <dl> |
517 <dl> |
518 <dt>Returns:</dt> |
518 <dt>Return:</dt> |
519 <dd> |
519 <dd> |
520 extended namespace |
520 extended namespace |
521 </dd> |
521 </dd> |
522 </dl> |
522 </dl> |
523 <dl> |
523 <dl> |
547 <dd> |
547 <dd> |
548 namespace path to be split |
548 namespace path to be split |
549 </dd> |
549 </dd> |
550 </dl> |
550 </dl> |
551 <dl> |
551 <dl> |
552 <dt>Returns:</dt> |
552 <dt>Return:</dt> |
553 <dd> |
553 <dd> |
554 tuple containing the namespace path head and tail |
554 tuple containing the namespace path head and tail |
555 </dd> |
555 </dd> |
556 </dl> |
556 </dl> |
557 <dl> |
557 <dl> |

