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

Method stop

wsdiscovery/discovery.py:134–136  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

132 return filterServices(list(self._remoteServices.values()), types, scopes)
133
134 def stop(self):
135 self.clearRemoteServices()
136 super().stop()
137
138
139class ThreadedWSDiscovery(Daemon, Discovery, ThreadedNetworking):

Callers 8

discoveryFunction · 0.45
publishingFunction · 0.45
stopMethod · 0.45
wsdFunction · 0.45
doAnimationFunction · 0.45
jquery-3.4.1.jsFile · 0.45
aFunction · 0.45
jquery.jsFile · 0.45

Calls 1

clearRemoteServicesMethod · 0.95

Tested by

no test coverage detected