7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
387 <dd> | 387 <dd> |
388 name of the keyword node | 388 name of the keyword node |
389 </dd> | 389 </dd> |
390 </dl> | 390 </dl> |
391 <dl> | 391 <dl> |
392 <dt>Returns:</dt> | 392 <dt>Return:</dt> |
393 <dd> | 393 <dd> |
394 keyword node | 394 keyword node |
395 </dd> | 395 </dd> |
396 </dl> | 396 </dl> |
397 <dl> | 397 <dl> |
506 <dd> | 506 <dd> |
507 reference to the node to be processed | 507 reference to the node to be processed |
508 </dd> | 508 </dd> |
509 </dl> | 509 </dl> |
510 <dl> | 510 <dl> |
511 <dt>Returns:</dt> | 511 <dt>Return:</dt> |
512 <dd> | 512 <dd> |
513 logging level | 513 logging level |
514 </dd> | 514 </dd> |
515 </dl> | 515 </dl> |
516 <dl> | 516 <dl> |
532 <dd> | 532 <dd> |
533 reference to the node to be processed | 533 reference to the node to be processed |
534 </dd> | 534 </dd> |
535 </dl> | 535 </dl> |
536 <dl> | 536 <dl> |
537 <dt>Returns:</dt> | 537 <dt>Return:</dt> |
538 <dd> | 538 <dd> |
539 flag indicating the function call uses format | 539 flag indicating the function call uses format |
540 </dd> | 540 </dd> |
541 </dl> | 541 </dl> |
542 <dl> | 542 <dl> |
558 <dd> | 558 <dd> |
559 reference to the node to be checked | 559 reference to the node to be checked |
560 </dd> | 560 </dd> |
561 </dl> | 561 </dl> |
562 <dl> | 562 <dl> |
563 <dt>Returns:</dt> | 563 <dt>Return:</dt> |
564 <dd> | 564 <dd> |
565 flag indicating we are inside the extra keyword | 565 flag indicating we are inside the extra keyword |
566 </dd> | 566 </dd> |
567 </dl> | 567 </dl> |
568 <dl> | 568 <dl> |
577 | 577 |
578 <p> | 578 <p> |
579 Private method to check, if we are inside a logging argument. | 579 Private method to check, if we are inside a logging argument. |
580 </p> | 580 </p> |
581 <dl> | 581 <dl> |
582 <dt>Returns:</dt> | 582 <dt>Return:</dt> |
583 <dd> | 583 <dd> |
584 flag indicating we are inside a logging argument | 584 flag indicating we are inside a logging argument |
585 </dd> | 585 </dd> |
586 </dl> | 586 </dl> |
587 <dl> | 587 <dl> |
596 | 596 |
597 <p> | 597 <p> |
598 Private method to check, if we are inside a logging statement. | 598 Private method to check, if we are inside a logging statement. |
599 </p> | 599 </p> |
600 <dl> | 600 <dl> |
601 <dt>Returns:</dt> | 601 <dt>Return:</dt> |
602 <dd> | 602 <dd> |
603 flag indicating we are inside a logging statement | 603 flag indicating we are inside a logging statement |
604 </dd> | 604 </dd> |
605 </dl> | 605 </dl> |
606 <dl> | 606 <dl> |
985 <dd> | 985 <dd> |
986 reference to the AST node | 986 reference to the AST node |
987 </dd> | 987 </dd> |
988 </dl> | 988 </dl> |
989 <dl> | 989 <dl> |
990 <dt>Returns:</dt> | 990 <dt>Return:</dt> |
991 <dd> | 991 <dd> |
992 flag indicating to check the node | 992 flag indicating to check the node |
993 </dd> | 993 </dd> |
994 </dl> | 994 </dl> |
995 <dl> | 995 <dl> |
1030 | 1030 |
1031 <p> | 1031 <p> |
1032 Private method to generate an AST for our source. | 1032 Private method to generate an AST for our source. |
1033 </p> | 1033 </p> |
1034 <dl> | 1034 <dl> |
1035 <dt>Returns:</dt> | 1035 <dt>Return:</dt> |
1036 <dd> | 1036 <dd> |
1037 generated AST | 1037 generated AST |
1038 </dd> | 1038 </dd> |
1039 </dl> | 1039 </dl> |
1040 <dl> | 1040 <dl> |
1049 | 1049 |
1050 <p> | 1050 <p> |
1051 Private method to get the defined coding of the source. | 1051 Private method to get the defined coding of the source. |
1052 </p> | 1052 </p> |
1053 <dl> | 1053 <dl> |
1054 <dt>Returns:</dt> | 1054 <dt>Return:</dt> |
1055 <dd> | 1055 <dd> |
1056 tuple containing the line number and the coding | 1056 tuple containing the line number and the coding |
1057 </dd> | 1057 </dd> |
1058 </dl> | 1058 </dl> |
1059 <dl> | 1059 <dl> |
1075 <dd> | 1075 <dd> |
1076 format string to be parsed | 1076 format string to be parsed |
1077 </dd> | 1077 </dd> |
1078 </dl> | 1078 </dl> |
1079 <dl> | 1079 <dl> |
1080 <dt>Returns:</dt> | 1080 <dt>Return:</dt> |
1081 <dd> | 1081 <dd> |
1082 format field information as a tuple with fields, implicit | 1082 format field information as a tuple with fields, implicit |
1083 field definitions present and explicit field definitions present | 1083 field definitions present and explicit field definitions present |
1084 </dd> | 1084 </dd> |
1085 </dl> | 1085 </dl> |
1102 <dd> | 1102 <dd> |
1103 message code to check for | 1103 message code to check for |
1104 </dd> | 1104 </dd> |
1105 </dl> | 1105 </dl> |
1106 <dl> | 1106 <dl> |
1107 <dt>Returns:</dt> | 1107 <dt>Return:</dt> |
1108 <dd> | 1108 <dd> |
1109 flag indicating to ignore the given code | 1109 flag indicating to ignore the given code |
1110 </dd> | 1110 </dd> |
1111 </dl> | 1111 </dl> |
1112 <dl> | 1112 <dl> |
1191 | 1191 |
1192 <p> | 1192 <p> |
1193 Public method to return the extracted names and Name nodes. | 1193 Public method to return the extracted names and Name nodes. |
1194 </p> | 1194 </p> |
1195 <dl> | 1195 <dl> |
1196 <dt>Returns:</dt> | 1196 <dt>Return:</dt> |
1197 <dd> | 1197 <dd> |
1198 dictionary containing the names as keys and the list of nodes | 1198 dictionary containing the names as keys and the list of nodes |
1199 </dd> | 1199 </dd> |
1200 </dl> | 1200 </dl> |
1201 <dl> | 1201 <dl> |
1441 <dd> | 1441 <dd> |
1442 line number of the return statement | 1442 line number of the return statement |
1443 </dd> | 1443 </dd> |
1444 </dl> | 1444 </dl> |
1445 <dl> | 1445 <dl> |
1446 <dt>Returns:</dt> | 1446 <dt>Return:</dt> |
1447 <dd> | 1447 <dd> |
1448 flag indicating the existence of references | 1448 flag indicating the existence of references |
1449 </dd> | 1449 </dd> |
1450 </dl> | 1450 </dl> |
1451 <dl> | 1451 <dl> |
1467 <dd> | 1467 <dd> |
1468 reference to the node to check | 1468 reference to the node to check |
1469 </dd> | 1469 </dd> |
1470 </dl> | 1470 </dl> |
1471 <dl> | 1471 <dl> |
1472 <dt>Returns:</dt> | 1472 <dt>Return:</dt> |
1473 <dd> | 1473 <dd> |
1474 flag indicating the node contains a False value | 1474 flag indicating the node contains a False value |
1475 </dd> | 1475 </dd> |
1476 </dl> | 1476 </dl> |
1477 <dl> | 1477 <dl> |
1493 <dd> | 1493 <dd> |
1494 reference to the node to check | 1494 reference to the node to check |
1495 </dd> | 1495 </dd> |
1496 </dl> | 1496 </dl> |
1497 <dl> | 1497 <dl> |
1498 <dt>Returns:</dt> | 1498 <dt>Return:</dt> |
1499 <dd> | 1499 <dd> |
1500 flag indicating the node contains a None value | 1500 flag indicating the node contains a None value |
1501 </dd> | 1501 </dd> |
1502 </dl> | 1502 </dl> |
1503 <dl> | 1503 <dl> |
1512 | 1512 |
1513 <p> | 1513 <p> |
1514 Private method to check the existance of a return result. | 1514 Private method to check the existance of a return result. |
1515 </p> | 1515 </p> |
1516 <dl> | 1516 <dl> |
1517 <dt>Returns:</dt> | 1517 <dt>Return:</dt> |
1518 <dd> | 1518 <dd> |
1519 flag indicating the existence of a return result | 1519 flag indicating the existence of a return result |
1520 </dd> | 1520 </dd> |
1521 </dl> | 1521 </dl> |
1522 <dl> | 1522 <dl> |
1573 | 1573 |
1574 <p> | 1574 <p> |
1575 Public method to get the Assign nodes. | 1575 Public method to get the Assign nodes. |
1576 </p> | 1576 </p> |
1577 <dl> | 1577 <dl> |
1578 <dt>Returns:</dt> | 1578 <dt>Return:</dt> |
1579 <dd> | 1579 <dd> |
1580 dictionary containing the node name as key and line number | 1580 dictionary containing the node name as key and line number |
1581 as value | 1581 as value |
1582 </dd> | 1582 </dd> |
1583 </dl> | 1583 </dl> |
1593 | 1593 |
1594 <p> | 1594 <p> |
1595 Public method to get the References nodes. | 1595 Public method to get the References nodes. |
1596 </p> | 1596 </p> |
1597 <dl> | 1597 <dl> |
1598 <dt>Returns:</dt> | 1598 <dt>Return:</dt> |
1599 <dd> | 1599 <dd> |
1600 dictionary containing the node name as key and line number | 1600 dictionary containing the node name as key and line number |
1601 as value | 1601 as value |
1602 </dd> | 1602 </dd> |
1603 </dl> | 1603 </dl> |
1613 | 1613 |
1614 <p> | 1614 <p> |
1615 Public method to get the Return nodes. | 1615 Public method to get the Return nodes. |
1616 </p> | 1616 </p> |
1617 <dl> | 1617 <dl> |
1618 <dt>Returns:</dt> | 1618 <dt>Return:</dt> |
1619 <dd> | 1619 <dd> |
1620 dictionary containing the node name as key and line number | 1620 dictionary containing the node name as key and line number |
1621 as value | 1621 as value |
1622 </dd> | 1622 </dd> |
1623 </dl> | 1623 </dl> |
1831 <dd> | 1831 <dd> |
1832 reference to the node to be checked | 1832 reference to the node to be checked |
1833 </dd> | 1833 </dd> |
1834 </dl> | 1834 </dl> |
1835 <dl> | 1835 <dl> |
1836 <dt>Returns:</dt> | 1836 <dt>Return:</dt> |
1837 <dd> | 1837 <dd> |
1838 flag indicating a match | 1838 flag indicating a match |
1839 </dd> | 1839 </dd> |
1840 </dl> | 1840 </dl> |
1841 <dl> | 1841 <dl> |
1861 <dd> | 1861 <dd> |
1862 slice value to check against | 1862 slice value to check against |
1863 </dd> | 1863 </dd> |
1864 </dl> | 1864 </dl> |
1865 <dl> | 1865 <dl> |
1866 <dt>Returns:</dt> | 1866 <dt>Return:</dt> |
1867 <dd> | 1867 <dd> |
1868 flag indicating a match | 1868 flag indicating a match |
1869 </dd> | 1869 </dd> |
1870 </dl> | 1870 </dl> |
1871 <dl> | 1871 <dl> |
2209 <dd> | 2209 <dd> |
2210 node to assemble call path for | 2210 node to assemble call path for |
2211 </dd> | 2211 </dd> |
2212 </dl> | 2212 </dl> |
2213 <dl> | 2213 <dl> |
2214 <dt>Returns:</dt> | 2214 <dt>Yield:</dt> |
2215 <dd> | 2215 <dd> |
2216 call path components | 2216 call path components |
2217 </dd> | 2217 </dd> |
2218 </dl> | 2218 </dl> |
2219 <dl> | 2219 <dl> |
2220 <dt>Return Type:</dt> | 2220 <dt>Yield Type:</dt> |
2221 <dd> | 2221 <dd> |
2222 str | 2222 str |
2223 </dd> | 2223 </dd> |
2224 </dl> | 2224 </dl> |
2225 <div align="right"><a href="#top">Up</a></div> | 2225 <div align="right"><a href="#top">Up</a></div> |