Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ addForceDraw
Method
addForceDraw
recipes/Python/580811_Uno_TextBased/recipe-580811.py:120–121 ·
view source on GitHub ↗
(self, num)
Source
from the content-addressed store, hash-verified
118
return
self.forceDraw
119
120
def
addForceDraw(self, num):
121
self.forceDraw += num
122
123
def
decreaseForceDraw(self):
124
self.forceDraw -= 1
Callers
1
eventDraw
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected