MCPcopy 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_lineFunction · 0.45
MoveRowMethod · 0.45
NewRowMethod · 0.45
DuplicateRowMethod · 0.45
open_fileMethod · 0.45
placeCardMethod · 0.45
MoveRowMethod · 0.45
DuplicateRowMethod · 0.45
make_pdfFunction · 0.45
recipe-580642.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected