Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1 KB

room.rst

File metadata and controls

45 lines (25 loc) · 1 KB

Room specific classes API

Pokerstars player notes

poker.room.pokerstars

Notes

get_note

raises poker.room.pokerstars.NoteNotFoundError

add_note

raises poker.room.pokerstars.LabelNotFoundError

if there is no such label name

del_note

raises poker.room.pokerstars.NoteNotFoundError

_Label

ivar str id

numeric id for the label. None when no label ('-1' in XML)

ivar str color

color code for note

ivar str name

name of the note

_Note

ivar str player

player name

ivar str label

Label name of note

ivar datetime.datetime update

when was the note last updated

ivar str text

Note text

NoteNotFoundError

LabelNotFoundError