PyBaccarat
visit the ministry of silly walks
|
This class tracks tie results. More...
Public Member Functions | |
def | __init__ (self) |
TBD. | |
def | mark (self, winner) |
Record the winning hand from a game. More... | |
def | __str__ (self) |
Print the current status of the tie tracker. | |
def | __init__ (self) |
TBD. | |
def | mark (self, winner) |
Record the winning hand from a game. More... | |
def | __str__ (self) |
Print the current status of the tie tracker. | |
This class tracks tie results.
def pybaccarat.baccarat.Ties.mark | ( | self, | |
winner | |||
) |
Record the winning hand from a game.
winner | char 'B' or 'P' or 'T' |
def pybaccarat.baccarat.Ties.mark | ( | self, | |
winner | |||
) |
Record the winning hand from a game.
winner | char 'B' or 'P' or 'T' |