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

Method show

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

Source from the content-addressed store, hash-verified

61 return fmt_card.format(suit="*-Back-*", rank="*-Back-*")
62
63 def show(self):
64 print(str(self))
65
66
67class Deck:

Callers 12

mainFunction · 0.45
ReadFromCSV.pyFile · 0.45
mainFunction · 0.45
mainFunction · 0.45
plot_predsFunction · 0.45
qrcode.pyFile · 0.45
game_o_life.pyFile · 0.45
auto_modeFunction · 0.45
mainFunction · 0.45
show_cardMethod · 0.45
main.pyFile · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36