522 Private method to scan the source text of a Python module and retrieve |
522 Private method to scan the source text of a Python module and retrieve |
523 the relevant information. |
523 the relevant information. |
524 |
524 |
525 @param src the source text to be scanned (string) |
525 @param src the source text to be scanned (string) |
526 """ |
526 """ |
|
527 # __IGNORE_WARNING_D234__ |
527 def calculateEndline(lineno, lines, indent): |
528 def calculateEndline(lineno, lines, indent): |
528 """ |
529 """ |
529 Function to calculate the end line of a class or method/function. |
530 Function to calculate the end line of a class or method/function. |
530 |
531 |
531 @param lineno line number to start at (one based) |
532 @param lineno line number to start at (one based) |