maverick.enums.Street#

class maverick.enums.Street(*values)[source]#

Betting round enumeration for Texas Hold’em.

Represents the different stages of a poker hand, ordered by when they occur.

PRE_FLOP#

First betting round, before any community cards are dealt (value 0).

Type:

int

FLOP#

Second betting round, after three community cards are dealt (value 1).

Type:

int

TURN#

Third betting round, after the fourth community card is dealt (value 2).

Type:

int

RIVER#

Fourth betting round, after the fifth community card is dealt (value 3).

Type:

int

__init__(*args, **kwds)#

Attributes