Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ getCardNum
Method
getCardNum
recipes/Python/580811_Uno_TextBased/recipe-580811.py:111–112 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
109
return
self.type
110
111
def
getCardNum(self):
112
return
len(self.hand)
113
114
def
getHand(self, scrollNum=0, hide=False):
115
return
self.hand.show(scrollNum, hide)
Callers
6
__init__
Method · 0.80
end
Method · 0.80
adjustCardAmount
Method · 0.80
checkInput
Method · 0.80
dealCard
Method · 0.80
extractCard
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected