Robot Framework Integrated Development Environment (RIDE)
robotide.publish.publisher Namespace Reference

Classes

class  _Publisher
 
class  ListenerExceptionHandler
 

Functions

def _get_members_safely (obj, predicate=None)
 Return all members of an object as (name, value) pairs sorted by name. More...
 

Variables

 PUBLISHER = _Publisher()
 

Function Documentation

◆ _get_members_safely()

def robotide.publish.publisher._get_members_safely (   obj,
  predicate = None 
)
private

Return all members of an object as (name, value) pairs sorted by name.

Optionally, only return members that satisfy a given predicate.

Copied from inspect.getmembers().

Added protection logic to bypass unexpected exceptions in object attribute iterations.

Definition at line 107 of file publisher.py.

Variable Documentation

◆ PUBLISHER

robotide.publish.publisher.PUBLISHER = _Publisher()

Definition at line 157 of file publisher.py.