MCPcopy Index your code
hub / github.com/geekcomputers/Python / amount

Method amount

BlackJack_game/blackjack_simulate.py:127–128  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

125
126 @property
127 def amount(self):
128 return self._amount
129
130 @amount.setter
131 def amount(self, value):

Callers

nothing calls this directly

Calls 1

get_tipsMethod · 0.80

Tested by

no test coverage detected