Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
106
class
Deck:
Callers
nothing calls this directly
Calls
2
Card
Class · 0.70
draw
Method · 0.45
Tested by
no test coverage detected