MCPcopy 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
endMethod · 0.80
adjustCardAmountMethod · 0.80
checkInputMethod · 0.80
dealCardMethod · 0.80
extractCardMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected