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

Method deal_card

blackJackGUI.py:113–114  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

111 random.shuffle(self.Deck)
112
113 def deal_card(self):
114 return random.choice(self.Deck)
115
116 def __str__(self):
117 return string_list_join("Deck", self.Deck)

Callers 3

dealFunction · 0.95
standFunction · 0.45
hitFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected