MCPcopy Index your code
hub / github.com/geekcomputers/Python / deliver

Method deliver

BlackJack_game/blackjack_simulate.py:101–102  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

99 self.built()
100
101 def deliver(self):
102 return self.cards.pop()
103
104
105class Chips:

Callers 1

obtain_cardMethod · 0.80

Calls 1

popMethod · 0.45

Tested by

no test coverage detected