Public Member Functions | |
def | __init__ |
def | check_stale |
def | discard |
def | update_item |
Private Attributes | |
_level | |
_message | |
_name | |
_update_time |
Definition at line 88 of file robot_checkout.py.
def robot_checkout::DiagnosticItem::__init__ | ( | self, | ||
name, | ||||
level, | ||||
message | ||||
) |
Definition at line 89 of file robot_checkout.py.
def robot_checkout::DiagnosticItem::check_stale | ( | self | ) |
Definition at line 104 of file robot_checkout.py.
def robot_checkout::DiagnosticItem::discard | ( | self | ) |
Definition at line 95 of file robot_checkout.py.
def robot_checkout::DiagnosticItem::update_item | ( | self, | ||
level, | ||||
message | ||||
) |
Definition at line 108 of file robot_checkout.py.
robot_checkout::DiagnosticItem::_level [private] |
Definition at line 91 of file robot_checkout.py.
robot_checkout::DiagnosticItem::_message [private] |
Definition at line 92 of file robot_checkout.py.
robot_checkout::DiagnosticItem::_name [private] |
Definition at line 90 of file robot_checkout.py.
Definition at line 93 of file robot_checkout.py.