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

Method deal

BlackJack_game/blackjack_rr.py:75–77  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

73 random.shuffle(self.deck)
74
75 def deal(self):
76 single_card = self.deck.pop()
77 return single_card
78
79
80class Hand:

Callers 2

hitFunction · 0.80
blackjack_rr.pyFile · 0.80

Calls 1

popMethod · 0.45

Tested by

no test coverage detected