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

Method join

wsdiscovery/threaded.py:312–324  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

310 self._multiOutUniInSockets = {} # FIXME synchronisation
311
312 def join(self, **kwargs):
313 assert self._quitEvent.is_set()
314 super(NetworkingThread, self).join()
315
316 self._selector.unregister(self._multiInSocket)
317 self._uniOutSocket.close()
318 self._multiInSocket.close()
319
320 for sock in self._multiOutUniInSockets.values():
321 try:
322 sock.close()
323 except socket.error as e:
324 logger.error(e)
325
326
327class NetworkingThreadIPv4(NetworkingThread):

Callers 15

setup.pyFile · 0.80
_recvMessagesMethod · 0.80
_stopThreadsMethod · 0.80
discoverFunction · 0.80
addScopesFunction · 0.80
addTypesFunction · 0.80
addXAddrsFunction · 0.80
getRandomStrFunction · 0.80
searchtools.jsFile · 0.80
SizzleFunction · 0.80
jquery-3.4.1.jsFile · 0.80
stripAndCollapseFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected