Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
deal
Function · 0.95
stand
Function · 0.45
hit
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected