MCPcopy 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

unveilingMethod · 0.95

Calls 1

show_cardMethod · 0.95

Tested by

no test coverage detected