Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ place
Method
place
recipes/Python/580811_Uno_TextBased/recipe-580811.py:374–375 ·
view source on GitHub ↗
(self, card)
Source
from the content-addressed store, hash-verified
372
return
self.deck.pop()
373
374
def
place(self, card):
375
return
self.deck.append(card)
376
377
def
insert(self, card):
378
self.deck.insert(0, card)
Callers
15
recipe-580671.py
File · 0.45
SinglePlayer
Function · 0.45
LeftKey
Function · 0.45
RightKey
Function · 0.45
UpKey
Function · 0.45
DownKey
Function · 0.45
CreateEnemy
Function · 0.45
CreateEnemy2
Function · 0.45
CreateEnemy3
Function · 0.45
CreateEnemy4
Function · 0.45
CreateEnemy5
Function · 0.45
CreateEnemy6
Function · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected