BaseMessage
- class BaseMessage(content, host_timestamp=None)[source]
Bases:
object
Represents a session message It may have been originated from the board of from pc
- __init__(content, host_timestamp=None)[source]
Methods
__init__
(content[, host_timestamp])check_type
(typestr)Returns True if the typestr represents the class
fromlist
(row)Returns True if the typestr represents the class
tolist
()Attributes
MESSAGE_COLOR
MESSAGE_TYPE_ALIAS
- classmethod check_type(typestr)[source]
Returns True if the typestr represents the class
- classmethod fromlist(row)[source]
Returns True if the typestr represents the class