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

Method discard

recipes/Python/580811_Uno_TextBased/recipe-580811.py:170–171  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

168 return self.hand.pop(index)
169
170 def discard(self):
171 self.hand = []
172
173 def show(self, scrollNum=0, hide=False):
174 if scrollNum == -1:

Callers 1

discardHandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected