when adding labels now making sure that they get processed during output writing
This commit is contained in:
parent
0a7052a7da
commit
ec6440f1f4
|
@ -122,6 +122,8 @@ class ASCIItable():
|
|||
for item in what: self.labels_append(item)
|
||||
else: self.labels += [str(what)]
|
||||
|
||||
self.__IO__['labels'] = True # switch on processing (in particular writing) of labels
|
||||
|
||||
# ------------------------------------------------------------------
|
||||
def labels_clear(self):
|
||||
self.labels = []
|
||||
|
|
Loading…
Reference in New Issue