Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ current_amount
Method
current_amount
BlackJack_game/blackjack_simulate.py:180–181 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
178
self.is_insurance = True
179
180
def
current_amount(self):
181
return
self.amount - self.bet_amount - self.insurance
182
183
def
reset_chip(self):
184
self._bet_amount = 0
Callers
5
can_double
Method · 0.95
refresh_prompt
Method · 0.80
menu
Method · 0.80
chips_manage
Method · 0.80
calculate_chips
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected