A datatype representing currency, used together with the list and the framework

Method __new__ Convert value to currency. @param value: value to convert @type value: string or number
Method format Undocumented
Method __repr__ Undocumented
def __new__(cls, value):

Convert value to currency.

Parametersvaluevalue to convert (type: string or number)
def format(self, symbol=True, precision=None):
Undocumented
def __repr__(self):
Undocumented
API Documentation for Kiwi, generated by pydoctor at 2019-12-22 23:48:14.