Player action enumeration.
Represents the different types of actions a player can take during a
betting round.
-
FOLD
Discard hand and forfeit any chance of winning the pot.
- Type:
str
-
CHECK
Pass the action without betting (only valid when there’s no bet to call).
- Type:
str
-
CALL
Match the current bet to stay in the hand.
- Type:
str
-
BET
Be the first to put chips into the pot in a betting round.
- Type:
str
-
RAISE
Increase the current bet.
- Type:
str
-
ALL_IN
Bet all remaining chips.
- Type:
str
-
__init__(*args, **kwds)
Attributes