MCPcopy Create free account
hub / github.com/ActiveState/code / getHand

Method getHand

recipes/Python/580811_Uno_TextBased/recipe-580811.py:114–115  ·  view source on GitHub ↗
(self, scrollNum=0, hide=False)

Source from the content-addressed store, hash-verified

112 return len(self.hand)
113
114 def getHand(self, scrollNum=0, hide=False):
115 return self.hand.show(scrollNum, hide)
116
117 def getForceDraws(self):
118 return self.forceDraw

Callers 1

drawScreenMethod · 0.80

Calls 1

showMethod · 0.45

Tested by

no test coverage detected