Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ discardHand
Method
discardHand
recipes/Python/580811_Uno_TextBased/recipe-580811.py:132–133 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
130
return
self.hand.getCard(int(index))
131
132
def
discardHand(self):
133
self.hand.discard()
134
135
def
__str__(self):
136
return
self.name
Callers
1
end
Method · 0.80
Calls
1
discard
Method · 0.45
Tested by
no test coverage detected