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

Method unveiling

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

Source from the content-addressed store, hash-verified

264 self.show_card()
265
266 def unveiling(self):
267 self.calculate_point()
268 points_fmt = "My point is: {}".format(str(self.point))
269 self.speak(points_fmt)
270 self.unveil_card()
271
272
273class Dealer(User):

Callers 1

playMethod · 0.80

Calls 3

calculate_pointMethod · 0.95
speakMethod · 0.95
unveil_cardMethod · 0.95

Tested by

no test coverage detected