Ejemplo n.º 1
0
 def __init__(self, options=None, debug=False):
     """
   Ctor.
   """
     options = RouterOptions(uri_check=RouterOptions.URI_CHECK_LOOSE)
     RouterFactory.__init__(self, options, debug)
Ejemplo n.º 2
0
 def __init__(self, node_id, worker, options=None):
     RouterFactory.__init__(self, node_id, worker, options=options)
     self._routers: Dict[str, ExtRouter] = {}
Ejemplo n.º 3
0
 def __init__(self, node_id, worker, options=None):
     RouterFactory.__init__(self, node_id, worker, options=options)