Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
dealCard
Method · 0.45
placeCard
Method · 0.45
Calls
1
pop
Method · 0.45
Tested by
no test coverage detected