Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
105
class
Chips:
Callers
1
obtain_card
Method · 0.80
Calls
1
pop
Method · 0.45
Tested by
no test coverage detected