eric6/Utilities/ModuleParser.py

changeset 7706
0c6d32ec64f1
parent 7699
d338c533f5f0
child 7781
607a6098cb44
equal deleted inserted replaced
7705:90a9aefd4253 7706:0c6d32ec64f1
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)

eric ide

mercurial