Ejemplo n.º 1
0
    def _get_topics(self):
        d = {}
        for c in self._get_connections():
            d[c.topic] = c

        config = NamespaceConfig(self._ctx, _lock)
        config.connections = d
        config.bag = self
        return BagTopic("", config)
Ejemplo n.º 2
0
 def __init__(self):
     NamespaceConfig.__init__(self, Context(), None)