Searched refs:_amount (Results 1 – 2 of 2) sorted by relevance
67 self._amount = amount90 if self._amount == 0:93 barlen = int(20 * self._cur / float(self._amount))98 text = self.TEXT.format(self._name, bartext, self._cur, self._amount)
356 _amount = 'Value' variable in ComplexAmount359 return '{0} {1}'.format(self.CurrencyCode, getattr(self, self._amount))362 return float(getattr(self, self._amount))365 return str(getattr(self, self._amount))369 if name not in ('CurrencyCode', self._amount):376 if name == self._amount:382 _amount = 'Amount' variable in ComplexMoney