GnuCash
5.6-150-g038405b370+
|
Public Member Functions | |
def | __init__ (self, value) |
def | __format__ (self, fmt) |
Data Fields | |
value | |
This class provides a __format__ method which cuts values to a certain width. If width is too big '...' will be put at the end of the resulting string.
Definition at line 85 of file str_methods.py.