Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ add_card
Method
add_card
blackJackGUI.py:81–82 ·
view source on GitHub ↗
(self, card)
Source
from the content-addressed store, hash-verified
79
return
string_list_join(
"Hand"
, self.hand)
80
81
def
add_card(self, card):
82
self.hand.append(card)
83
84
def
get_value(self):
85
var = []
Callers
3
deal
Function · 0.95
stand
Function · 0.45
hit
Function · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected