Class k.c.currency(
Decimal
):
Part of
kiwi.currency
A datatype representing currency, used together with the list and the framework
Function
__new__
Convert value to currency.
Function
format
Undocumented
Function
__repr__
Undocumented
def
__new__(cls, value):
Convert value to currency.
param
value
value to convert
type
value
string or number
def
format(self, symbol=True, precision=None):
Undocumented
def
__repr__(self):
Undocumented