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

Method get_tips

BlackJack_game/blackjack_simulate.py:120–124  ·  view source on GitHub ↗
(content)

Source from the content-addressed store, hash-verified

118
119 @staticmethod
120 def get_tips(content):
121 fmt_tips = "{color}** TIPS: {content}! **{end}"
122 return fmt_tips.format(
123 color=COLOR.get("YELLOW"), content=content, end=COLOR.get("END")
124 )
125
126 @property
127 def amount(self):

Callers 4

amountMethod · 0.80
bet_amountMethod · 0.80
double_betMethod · 0.80
insuranceMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected