Classes | |
class | CatchAllLines |
class | FormatNotSupported |
class | LineIdentifierClass |
class | LineNo |
Public Member Functions | |
def | __init__ (self, specs=[None) |
def | ParseFormatSpec (self, spec) |
def | SetRowFormats (self, rowSelector, specs) |
def | SetDefaultFormats (self, specs) |
def | AddData (self, data) |
def | AddRow (self, row_data) |
def | SelectFormat (self, iLine) |
def | FormatTable (self) |
def | ToStrings (self, separator=" ") |
def | Print (self, stream=sys.stdout) |
Public Attributes | |
tabledata | |
formats | |
Formats list of data in a table
Definition at line 691 of file SortModuleTimes.py.
def SortModuleTimes.TabularAlignmentClass.__init__ | ( | self, | |
specs = [ None |
|||
) |
Each format specification applies to one item in each row. If no format specification is supplied for an item, the last used format is applied. By default, that is a plain conversion to string.
Definition at line 693 of file SortModuleTimes.py.
def SortModuleTimes.TabularAlignmentClass.AddData | ( | self, | |
data | |||
) |
Definition at line 765 of file SortModuleTimes.py.
def SortModuleTimes.TabularAlignmentClass.AddRow | ( | self, | |
row_data | |||
) |
Definition at line 766 of file SortModuleTimes.py.
def SortModuleTimes.TabularAlignmentClass.FormatTable | ( | self | ) |
Definition at line 783 of file SortModuleTimes.py.
def SortModuleTimes.TabularAlignmentClass.ParseFormatSpec | ( | self, | |
spec | |||
) |
Definition at line 738 of file SortModuleTimes.py.
def SortModuleTimes.TabularAlignmentClass.Print | ( | self, | |
stream = sys.stdout |
|||
) |
Definition at line 847 of file SortModuleTimes.py.
def SortModuleTimes.TabularAlignmentClass.SelectFormat | ( | self, | |
iLine | |||
) |
Definition at line 769 of file SortModuleTimes.py.
def SortModuleTimes.TabularAlignmentClass.SetDefaultFormats | ( | self, | |
specs | |||
) |
Definition at line 762 of file SortModuleTimes.py.
def SortModuleTimes.TabularAlignmentClass.SetRowFormats | ( | self, | |
rowSelector, | |||
specs | |||
) |
Definition at line 749 of file SortModuleTimes.py.
def SortModuleTimes.TabularAlignmentClass.ToStrings | ( | self, | |
separator = " " |
|||
) |
Definition at line 844 of file SortModuleTimes.py.
SortModuleTimes.TabularAlignmentClass.formats |
Definition at line 700 of file SortModuleTimes.py.
SortModuleTimes.TabularAlignmentClass.tabledata |
Definition at line 699 of file SortModuleTimes.py.