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

Method speak

BlackJack_game/blackjack_simulate.py:255–260  ·  view source on GitHub ↗
(self, content="", end_char="\n")

Source from the content-addressed store, hash-verified

253 return eval(compare_fmt)
254
255 def speak(self, content="", end_char="\n"):
256 print("")
257 print(
258 COLOR.get(self.color) + self.prompt + COLOR.get("END") + content,
259 end=end_char,
260 )
261
262 def showing(self):
263 self.speak()

Callers 8

showingMethod · 0.95
unveilingMethod · 0.95
friday.pyFile · 0.80
ask_insuranceMethod · 0.80
select_choiceMethod · 0.80
playMethod · 0.80
in_betMethod · 0.80
is_surrenderMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected