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

Method insurance

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

Source from the content-addressed store, hash-verified

167
168 @property
169 def insurance(self):
170 return self._insurance
171
172 @insurance.setter
173 def insurance(self, value):

Callers

nothing calls this directly

Calls 1

get_tipsMethod · 0.80

Tested by

no test coverage detected