Functions | |
def | PrettyPrintTable (Headers, Data, ColWidths, WarningCol=[], border=' *') |
def | PrintHLine (ColWidths, border) |
def | PrintLine (line, ColWidths, Warn, border) |
Variables | |
write | |
def TablePrint.PrettyPrintTable | ( | Headers, | |
Data, | |||
ColWidths, | |||
WarningCol = [] , |
|||
border = '*' |
|||
) |
Definition at line 7 of file TablePrint.py.
References PrintHLine(), PrintLine(), and reco.zip().
Referenced by PrescaleChecker.main().
def TablePrint.PrintHLine | ( | ColWidths, | |
border | |||
) |
Definition at line 17 of file TablePrint.py.
References FastTimerService_cff.range, and write.
Referenced by PrettyPrintTable().
def TablePrint.PrintLine | ( | line, | |
ColWidths, | |||
Warn, | |||
border | |||
) |
Definition at line 26 of file TablePrint.py.
References print(), FastTimerService_cff.range, str, write, and reco.zip().
Referenced by PrettyPrintTable().
TablePrint.write |
Definition at line 5 of file TablePrint.py.
Referenced by PrintHLine(), and PrintLine().