Functions | |
def | filterFile |
def | filterFiles |
def | filterMultilineComment |
def | filterOneLineComment |
Variables | |
string | __author__ = "Aurelija" |
string | __date__ = "$2010-07-20 11.52.22$" |
def commentSkipper.buildFileCommentSkipper.filterFile | ( | file | ) |
Definition at line 14 of file buildFileCommentSkipper.py.
References commentSkipper.buildFileCommentSkipper.filterMultilineComment(), and commentSkipper.buildFileCommentSkipper.filterOneLineComment().
Referenced by commentSkipper.buildFileCommentSkipper.filterFiles().
def commentSkipper.buildFileCommentSkipper.filterFiles | ( | fileList | ) |
Definition at line 6 of file buildFileCommentSkipper.py.
References commentSkipper.buildFileCommentSkipper.filterFile().
def commentSkipper.buildFileCommentSkipper.filterMultilineComment | ( | lines, | |
commentStart, | |||
commentEnd | |||
) |
Definition at line 31 of file buildFileCommentSkipper.py.
References spr.find(), and python.rootplot.root2matplotlib.replace().
Referenced by commentSkipper.buildFileCommentSkipper.filterFile().
def commentSkipper.buildFileCommentSkipper.filterOneLineComment | ( | lines, | |
commentStart | |||
) |
Definition at line 23 of file buildFileCommentSkipper.py.
References spr.find(), and python.rootplot.root2matplotlib.replace().
Referenced by commentSkipper.buildFileCommentSkipper.filterFile().
string commentSkipper.buildFileCommentSkipper.__author__ = "Aurelija" |
Definition at line 1 of file buildFileCommentSkipper.py.
string commentSkipper.buildFileCommentSkipper.__date__ = "$2010-07-20 11.52.22$" |
Definition at line 2 of file buildFileCommentSkipper.py.