MCPcopy Create free account
hub / github.com/geekcomputers/Python / __str__

Method __str__

BlackJack_game/blackjack_rr.py:56–57  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

54 self.rank = rank
55
56 def __str__(self):
57 return self.rank + " of " + self.suit
58
59
60class Deck:

Callers 1

__str__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected