Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ addCard
Method
addCard
recipes/Python/580811_Uno_TextBased/recipe-580811.py:162–163 ·
view source on GitHub ↗
(self, card)
Source
from the content-addressed store, hash-verified
160
return
''
161
162
def
addCard(self, card):
163
self.hand.append(card)
164
165
def
removeCard(self, index):
166
index = int(index)
Callers
3
addCard
Method · 0.45
addCard
Method · 0.45
dealCard
Method · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected