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

Method draw

recipes/Python/580811_Uno_TextBased/recipe-580811.py:371–372  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

369 return len(self.deck)
370
371 def draw(self):
372 return self.deck.pop()
373
374 def place(self, card):
375 return self.deck.append(card)

Callers 3

__init__Method · 0.45
dealCardMethod · 0.45
placeCardMethod · 0.45

Calls 1

popMethod · 0.45

Tested by

no test coverage detected