Attributes
- inverse_map
inverse_map = { Getattr(Name('logging'), 'DEBUG') : Const('DEBUG'), Getattr(Name('logging'), 'INFO') : Const('INFO'), Getattr(Name('logging'), 'WARNING') : Const('WARNING'), Getattr(Name('logging'), 'ERROR') : Const('ERROR'), Getattr(Name('logging'), 'CRITICAL') : Const('CRITICAL') } - map
map = { Const('DEBUG') : Getattr(Name('logging'), 'DEBUG'), Const('INFO') : Getattr(Name('logging'), 'INFO'), Const('WARNING') : Getattr(Name('logging'), 'WARNING'), Const('ERROR') : Getattr(Name('logging'), 'ERROR'), Const('CRITICAL') : Getattr(Name('logging'), 'CRITICAL') }
Method summary
- __init__(self, parent, service)
- IsVirtual(self)
- OnGetItemImage(self, item)
- OnGetItemText(self, item, col)
- OnItemActivated(self, event)
- OnReset(self, event)
- really_update(self)
- set_selection_action(self, action)
- update(self)
Methods
- __init__(self, parent, service)
- IsVirtual(self)
- OnGetItemImage(self, item)
- OnGetItemText(self, item, col)
- OnItemActivated(self, event)
- OnReset(self, event)
Removes all entries from the list.
- really_update(self)
Update whether the handler has new records or not.
This allows for changes in the log level to trigger an update of the table.
- set_selection_action(self, action)
What do we call/construct when a user double clicks on a record? action will be called/constructed with (parent, title, message).
- update(self)
Update the table if new records are available.