Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ isWild
Method
isWild
recipes/Python/580811_Uno_TextBased/recipe-580811.py:709–711 ·
view source on GitHub ↗
Returns if card is a wild card.
(self)
Source
from the content-addressed store, hash-verified
707
self.setColor(color)
708
709
def
isWild(self):
710
''
'Returns if card is a wild card.'
''
711
return
self.wild
712
713
def
isZero(self):
714
return
self.zero
Callers
2
getRow
Method · 0.95
getLegalCards
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected