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

Method draw

blackJackGUI.py:99–103  ·  view source on GitHub ↗
(self, canvas, pos)

Source from the content-addressed store, hash-verified

97 return self.hand_value
98
99 def draw(self, canvas, pos):
100 for card in self.hand:
101 card = str(card)
102 Card(card[0], card[1]).draw(canvas, pos)
103 pos[0] += 36
104
105
106class Deck:

Callers

nothing calls this directly

Calls 2

CardClass · 0.70
drawMethod · 0.45

Tested by

no test coverage detected