Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ getPlayer
Method
getPlayer
recipes/Python/580811_Uno_TextBased/recipe-580811.py:1319–1320 ·
view source on GitHub ↗
(self, playerID)
Source
from the content-addressed store, hash-verified
1317
return
self.turnList[currentIndex-1]
1318
1319
def
getPlayer(self, playerID):
1320
return
self.players[playerID]
1321
1322
def
resetDrawBool(self):
1323
for
identity in self.players:
Callers
1
think
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected