Go to the source code of this file.
Namespaces | |
tablePrinter | |
Functions | |
def | tablePrinter.indent |
Variables | |
string | tablePrinter.data |
int | tablePrinter.headerwidth = 46 |
tuple | tablePrinter.labels = ('First Name','Last Name','Age','Position') |
list | tablePrinter.lumidata |
list | tablePrinter.lumifooter = [('%-*s'%(24,'189'),'%-*s'%(10,'17.89'),'%-*s'%(10,'16.1'),'%-*s'%(20,'3.47'))] |
list | tablePrinter.lumiheader = [('%-*s'%(30,'Lumi Sections'),'%-*s'%(46,'Luminosity'))] |
list | tablePrinter.rows = [row.strip().split(',') for row in data.splitlines()] |
int | tablePrinter.width = 10 |