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

Function publishing

wsdiscovery/cmdline.py:29–33  ·  view source on GitHub ↗
(capture=None)

Source from the content-addressed store, hash-verified

27
28@contextmanager
29def publishing(capture=None):
30 wsd = WSPublishing(capture=capture)
31 wsd.start()
32 yield wsd
33 wsd.stop()
34
35
36def setup_logger(name, loglevel):

Callers 1

publishFunction · 0.85

Calls 2

startMethod · 0.45
stopMethod · 0.45

Tested by

no test coverage detected