MCPcopy 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.pyFile · 0.45
SinglePlayerFunction · 0.45
LeftKeyFunction · 0.45
RightKeyFunction · 0.45
UpKeyFunction · 0.45
DownKeyFunction · 0.45
CreateEnemyFunction · 0.45
CreateEnemy2Function · 0.45
CreateEnemy3Function · 0.45
CreateEnemy4Function · 0.45
CreateEnemy5Function · 0.45
CreateEnemy6Function · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected