Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ eventDraw
Method
eventDraw
recipes/Python/580811_Uno_TextBased/recipe-580811.py:1017–1020 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1015
self.event =
''
1016
1017
def
eventDraw(self):
1018
self.players[self.turn].addForceDraw(self.drawAmount)
1019
self.drawAmount = 0
1020
self.event =
''
1021
1022
def
dealCard(self, playerID):
1023
Callers
1
nextTurn
Method · 0.95
Calls
1
addForceDraw
Method · 0.80
Tested by
no test coverage detected