Functions | |
def | filterFile (file) |
def | filterFiles (fileList) |
def | filterMultilineComment (lines, commentStart, commentEnd) |
def | filterOneLineComment (lines, commentStart) |
Variables | |
__author__ | |
__date__ | |
def commentSkipper.buildFileCommentSkipper.filterFile | ( | file | ) |
Definition at line 15 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 7 of file buildFileCommentSkipper.py.
References commentSkipper.buildFileCommentSkipper.filterFile().
def commentSkipper.buildFileCommentSkipper.filterMultilineComment | ( | lines, | |
commentStart, | |||
commentEnd | |||
) |
Definition at line 32 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 24 of file buildFileCommentSkipper.py.
References spr.find(), and python.rootplot.root2matplotlib.replace().
Referenced by commentSkipper.buildFileCommentSkipper.filterFile().
|
private |
Definition at line 2 of file buildFileCommentSkipper.py.
|
private |
Definition at line 3 of file buildFileCommentSkipper.py.