Beispiel #1
0
 def __init__(self):
     """Broker object constructor.
     
     This method is the constructor for the 'Broker' object.  No
     arguments are required.
     """
     _EnchantObject.__init__(self)
     self._this = _e.broker_init()
     if not self._this:
         raise Error("Could not initialise an enchant broker.")
Beispiel #2
0
 def __init__(self):
     """Broker object constructor.
     
     This method is the constructor for the 'Broker' object.  No
     arguments are required.
     """
     _EnchantObject.__init__(self)
     self._this = _e.broker_init()
     if not self._this:
         raise Error("Could not initialise an enchant broker.")
Beispiel #3
0
 def _init_this(self):
     self._this = _e.broker_init()
     if not self._this:
         raise Error("Could not initialise an enchant broker.")
     self._live_dicts = {}
Beispiel #4
0
 def _init_this(self):
     self._this = _e.broker_init()
     if not self._this:
         raise Error("Could not initialise an enchant broker.")
     self._live_dicts = {}