whist_core.game.player_at_table

Player instance during the game phase.

Classes

PlayerAtTable

Wraps the current hand and player instance.

Module Contents

class whist_core.game.player_at_table.PlayerAtTable

Bases: pydantic.BaseModel

Wraps the current hand and player instance.

player: whist_core.user.player.Player
hand: whist_core.cards.card_container.UnorderedCardContainer
team: int
__eq__(other)

Checks if the other is equal.

__repr__()

String representation