Robot Framework
robot.result.model.Message Class Reference
Inheritance diagram for robot.result.model.Message:
robot.model.message.Message robot.model.body.BodyItem robot.model.modelobject.ModelObject metaclass

Static Private Attributes

list __slots__ = []
 

Additional Inherited Members

- Public Member Functions inherited from robot.model.message.Message
def __init__ (self, message='', level='INFO', html=False, timestamp=None, parent=None)
 
def __str__ (self)
 
def visit (self, visitor)
 :mod:Visitor interface <robot.model.visitor> entry-point. More...
 
- Public Member Functions inherited from robot.model.modelobject.ModelObject
def __repr__ (self)
 
def config (self, **attributes)
 Configure model object with given attributes. More...
 
def copy (self, **attributes)
 Return shallow copy of this object. More...
 
def deepcopy (self, **attributes)
 Return deep copy of this object. More...
 
- Public Attributes inherited from robot.model.message.Message
 html
 
 level
 
 message
 
 parent
 
 timestamp
 
- Static Public Attributes inherited from robot.model.message.Message
tuple repr_args = ('message', 'level')
 
 type = BodyItem.MESSAGE
 
- Static Public Attributes inherited from robot.model.body.BodyItem
string BREAK = 'BREAK'
 
string CONTINUE = 'CONTINUE'
 
string ELSE = 'ELSE'
 
string ELSE_IF = 'ELSE IF'
 
string EXCEPT = 'EXCEPT'
 
string FINALLY = 'FINALLY'
 
string FOR = 'FOR'
 
string IF = 'IF'
 
string IF_ELSE_ROOT = 'IF/ELSE ROOT'
 
string ITERATION = 'ITERATION'
 
string KEYWORD = 'KEYWORD'
 
string MESSAGE = 'MESSAGE'
 
string RETURN = 'RETURN'
 
string SETUP = 'SETUP'
 
string TEARDOWN = 'TEARDOWN'
 
string TRY = 'TRY'
 
string TRY_EXCEPT_ROOT = 'TRY/EXCEPT ROOT'
 
 type = None
 
string WHILE = 'WHILE'
 
- Static Public Attributes inherited from robot.model.modelobject.ModelObject
tuple repr_args = ()
 
- Properties inherited from robot.model.message.Message
 html_message = property
 Returns the message content as HTML. More...
 
 id = property
 
- Properties inherited from robot.model.body.BodyItem
 has_setup = property
 
 has_teardown = property
 
 id = property
 Item id in format like s1-t3-k1. More...
 

Detailed Description

Definition at line 72 of file model.py.

Member Data Documentation

◆ __slots__

list robot.result.model.Message.__slots__ = []
staticprivate

Definition at line 73 of file model.py.


The documentation for this class was generated from the following file: