class LineSplitter:
Object to split a string at a given delimiter or at given places.
Method | __call__ |
Undocumented |
Method | __init__ |
Undocumented |
Method | _delimited_splitter |
Chop off comments, strip, and split at delimiter. |
Method | _fixedwidth_splitter |
Undocumented |
Method | _variablewidth_splitter |
Undocumented |
Method | autostrip |
Wrapper to strip each member of the output of method . |
Instance Variable | _handyman |
Undocumented |
Instance Variable | comments |
Undocumented |
Instance Variable | delimiter |
Undocumented |
Instance Variable | encoding |
Undocumented |
Wrapper to strip each member of the output of method
.
method
. wrapped
takes a single input
argument and returns a list of strings that are stripped of
white-space.