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

Method show_card

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

Source from the content-addressed store, hash-verified

217 self.point = 0
218
219 def show_card(self):
220 print("\t ** Here is my card **")
221 for card in self.hand:
222 card.show()
223
224 def unveil_card(self):
225 for card in self.hand:

Callers 2

unveil_cardMethod · 0.95
showingMethod · 0.95

Calls 1

showMethod · 0.45

Tested by

no test coverage detected