MCPcopy Create free account
hub / github.com/andreikop/python-ws-discovery / run

Method run

wsdiscovery/threaded.py:186–191  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

184 self._knownMessageIds.add(env.getMessageId())
185
186 def run(self):
187 if self._capture:
188 self.t0 = time.time()
189 while not self._quitEvent.is_set() or self._queue:
190 self._sendPendingMessages()
191 self._recvMessages()
192
193 def _recvMessages(self):
194 for key, events in self._selector.select(0):

Callers 4

tickFunction · 0.45
AnimationFunction · 0.45
uFunction · 0.45
dtFunction · 0.45

Calls 2

_sendPendingMessagesMethod · 0.95
_recvMessagesMethod · 0.95

Tested by

no test coverage detected