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

Method showing

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

Source from the content-addressed store, hash-verified

260 )
261
262 def showing(self):
263 self.speak()
264 self.show_card()
265
266 def unveiling(self):
267 self.calculate_point()

Callers 2

deal_cardMethod · 0.80
card_manageMethod · 0.80

Calls 2

speakMethod · 0.95
show_cardMethod · 0.95

Tested by

no test coverage detected