pokerthproto.player module

All functionality related to the representation of a poker player.

class pokerthproto.player.Player(playerId)[source]

Bases: object

Player in poker game including all information of pokerth_pb2.PlayerInfoReplyMessage.playerInfoData

avatarHash
avatarType
countryCode
isHuman
money
name
playerId
playerRights
seat
setInfo(infoData)[source]