Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ resetDrawBool
Method
resetDrawBool
recipes/Python/580811_Uno_TextBased/recipe-580811.py:1322–1324 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1320
return
self.players[playerID]
1321
1322
def
resetDrawBool(self):
1323
for
identity in self.players:
1324
self.players[identity].drew = False
1325
1326
def
Uno(debugging=False):
1327
Callers
1
nextTurn
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected