MCPcopy Create free account
hub / github.com/ActiveState/code / removeCard

Method removeCard

recipes/Python/580811_Uno_TextBased/recipe-580811.py:93–94  ·  view source on GitHub ↗
(self, index)

Source from the content-addressed store, hash-verified

91 self.points += amount
92
93 def removeCard(self, index):
94 return self.hand.removeCard(index)
95
96 def assignID(self, identity):
97 self.id = identity

Callers

nothing calls this directly

Calls 1

removeCardMethod · 0.45

Tested by

no test coverage detected