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

Method bet_amount

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

Source from the content-addressed store, hash-verified

139
140 @property
141 def bet_amount(self):
142 return self._bet_amount
143
144 @bet_amount.setter
145 def bet_amount(self, value):

Callers

nothing calls this directly

Calls 1

get_tipsMethod · 0.80

Tested by

no test coverage detected