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/shell/shell_main.py:339–341 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
337
print
" [{res}]"
.format(**locals())
338
339
def
stop_zk_client():
340
if
gdata[
"zk_client"
].connected:
341
gdata[
"zk_client"
].stop()
342
343
def
main():
344
check_conf()
Callers
1
main
Function · 0.70
Calls
1
stop
Method · 0.80
Tested by
no test coverage detected