Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ unveil_card
Method
unveil_card
BlackJack_game/blackjack_simulate.py:224–227 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
222
card.show()
223
224
def
unveil_card(self):
225
for
card in self.hand:
226
card.is_face = True
227
self.show_card()
228
229
def
calculate_point(self):
230
def
_extract_rank():
Callers
1
unveiling
Method · 0.95
Calls
1
show_card
Method · 0.95
Tested by
no test coverage detected