Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
def
publishing(capture=None):
30
wsd = WSPublishing(capture=capture)
31
wsd.start()
32
yield
wsd
33
wsd.stop()
34
35
36
def
setup_logger(name, loglevel):
Callers
1
publish
Function · 0.85
Calls
2
start
Method · 0.45
stop
Method · 0.45
Tested by
no test coverage detected