Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
67
class
Deck:
Callers
12
main
Function · 0.45
ReadFromCSV.py
File · 0.45
main
Function · 0.45
main
Function · 0.45
plot_preds
Function · 0.45
qrcode.py
File · 0.45
game_o_life.py
File · 0.45
auto_mode
Function · 0.45
Collaze-Visualize.py
File · 0.45
main
Function · 0.45
show_card
Method · 0.45
main.py
File · 0.45
Calls
no outgoing calls
Tested by
1
main
Function · 0.36