MCPcopy 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

addCardMethod · 0.45
addCardMethod · 0.45
dealCardMethod · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected