You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Output formatting, rather than being a function of the front-end (ie. dis.py), is embedded in SegmentData and it's children via __str__: comment formatting, column alignment, etc. is all controlled by the object itself.
Eviscerate all of that, and construct output in dis.py, where it belongs.
The text was updated successfully, but these errors were encountered:
Output formatting, rather than being a function of the front-end (ie.
dis.py
), is embedded inSegmentData
and it's children via__str__
: comment formatting, column alignment, etc. is all controlled by the object itself.Eviscerate all of that, and construct output in
dis.py
, where it belongs.The text was updated successfully, but these errors were encountered: