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

Method __init__

BlackJack_game/blackjack_simulate.py:274–276  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

272
273class Dealer(User):
274 def __init__(self, name):
275 super().__init__(name=name, role="Dealer", color="PURPLE")
276 self.trigger = 0
277
278 def ask_insurance(self):
279 buy_insurance = (

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected