MCPcopy Create free account
hub / github.com/ActiveState/code / shuffle

Method shuffle

recipes/Python/580811_Uno_TextBased/recipe-580811.py:380–381  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

378 self.deck.insert(0, card)
379
380 def shuffle(self):
381 random.shuffle(self.deck)
382
383class ComputerPlayer(Player):
384

Callers 10

populateMethod · 0.95
qs_testFunction · 0.45
perfect_blockFunction · 0.45
do_setupFunction · 0.45
makeRandomMazeMethod · 0.45
justify_lineFunction · 0.45
recipe-299058.pyFile · 0.45
chomskyFunction · 0.45
rand_binning_avg_countFunction · 0.45
pure_randFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected