Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeldonIO/seldon-server
/ stop_zk_client
Function
stop_zk_client
python/seldon/cli/cli_main.py:328–330 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
326
print
" [{res}]"
.format(**locals())
327
328
def
stop_zk_client():
329
if
gdata[
"zk_client"
].connected:
330
gdata[
"zk_client"
].stop()
331
332
def
main():
333
logging.basicConfig()
Callers
1
main
Function · 0.70
Calls
1
stop
Method · 0.80
Tested by
no test coverage detected