Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ insert
Method
insert
recipes/Python/580811_Uno_TextBased/recipe-580811.py:377–378 ·
view source on GitHub ↗
(self, card)
Source
from the content-addressed store, hash-verified
375
return
self.deck.append(card)
376
377
def
insert(self, card):
378
self.deck.insert(0, card)
379
380
def
shuffle(self):
381
random.shuffle(self.deck)
Callers
10
remove_line
Function · 0.45
MoveRow
Method · 0.45
NewRow
Method · 0.45
DuplicateRow
Method · 0.45
open_file
Method · 0.45
placeCard
Method · 0.45
MoveRow
Method · 0.45
DuplicateRow
Method · 0.45
make_pdf
Function · 0.45
recipe-580642.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected