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

Method add_card

blackJackGUI.py:81–82  ·  view source on GitHub ↗
(self, card)

Source from the content-addressed store, hash-verified

79 return string_list_join("Hand", self.hand)
80
81 def add_card(self, card):
82 self.hand.append(card)
83
84 def get_value(self):
85 var = []

Callers 3

dealFunction · 0.95
standFunction · 0.45
hitFunction · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected