Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ didDraw
Method
didDraw
recipes/Python/580811_Uno_TextBased/recipe-580811.py:41–42 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
39
self.drew = False
40
41
def
didDraw(self):
42
return
self.drew
43
44
def
getLegalCards(self, color, value, zeroChange=False):
45
self.canSkip = False
Callers
1
think
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected