Home
last modified time | relevance | path

Searched refs:root_topic (Results 1 – 8 of 8) sorted by relevance

/dports/net/py-pyzmq/pyzmq-22.3.0/zmq/log/
H A Dhandlers.py62 def __init__(self, interface_or_socket, context=None, root_topic=''): argument
64 self._root_topic = root_topic
89 def root_topic(self): member in PUBHandler
92 @root_topic.setter
93 def root_topic(self, value): member in PUBHandler
96 def setRootTopic(self, root_topic): argument
109 self._root_topic = root_topic
141 if self.root_topic:
142 topic_list.append(self.root_topic)
/dports/net/py-pyzmq/pyzmq-22.3.0/zmq/tests/
H A Dtest_log.py35 handler.root_topic = topic
52 handler.root_topic = self.topic
74 handler.root_topic = self.topic
99 handler.root_topic = b'twoonly'
150 sub.setsockopt(zmq.SUBSCRIBE, b(handler.root_topic))
161 sub.setsockopt(zmq.SUBSCRIBE, b(handler.root_topic))
175 sub.setsockopt(zmq.SUBSCRIBE, b(handler.root_topic))
/dports/devel/py-ipykernel/ipykernel-6.6.0/ipykernel/
H A Dlog.py18 def root_topic(self): member in EnginePUBHandler
/dports/devel/py-ipyparallel/ipyparallel-6.3.0/ipyparallel/engine/
H A Dlog.py14 def root_topic(self): member in EnginePUBHandler
/dports/devel/py-ipykernel5/ipykernel-5.5.0/ipykernel/
H A Dlog.py20 def root_topic(self): member in EnginePUBHandler
/dports/net/py-pyzmq/pyzmq-22.3.0/docs/source/
H A Dlogging.rst239 the PUBHandler does work with topics, and the handler has an attribute ``root_topic``::
241 handler.root_topic = 'myprogram'
244 will be of the form: ``<handler.root_topic>.<loglevel>``, e.g. 'myprogram.INFO' or
/dports/devel/py-ipyparallel/ipyparallel-6.3.0/ipyparallel/
H A Dutil.py391 handler.root_topic = root
/dports/devel/py-ipyparallel/ipyparallel-6.3.0/ipyparallel/apps/
H A Dipcontrollerapp.py474 handler.root_topic = 'controller'