Optimization
TimeSeries
ProjectFramework
PlotData
ParameterScenario
ParameterSet
API Reference
Keep track of required width for a column
width_dict is a dict that is keyed by column index e.g. 0,1,2 and the value is the length of the longest contents seen for that column
width_dict
width_dict (dict) – Storage dictionary
dict
column_index (int) – Index of the column value has been inserted in
int
contents (str) – Content, length of which is used to set width
str
None