Classes | |
class | Comment |
Functions | |
def | identifyComments |
def | loopfile |
def | modifyPythonVersion |
def | prepareReplaceDict |
def comments.identifyComments | ( | configString | ) |
Definition at line 69 of file comments.py.
def comments.loopfile | ( | cfgFileName | ) |
Definition at line 160 of file comments.py.
def comments.modifyPythonVersion | ( | configString, | |
replaceDict | |||
) |
Definition at line 128 of file comments.py.
def comments.prepareReplaceDict | ( | line, | |
comment, | |||
replaceDict | |||
) |
take a line and a corresponding comment and prepare the replaceDict such that it can be found again in the python version
Definition at line 21 of file comments.py.