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.
FunctionformatUndocumented
Function__repr__Undocumented
def __new__(cls, value):
Convert value to currency.
def format(self, symbol=True, precision=None):
Undocumented
def __repr__(self):
Undocumented