MCPcopy 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
339def stop_zk_client():
340 if gdata["zk_client"].connected:
341 gdata["zk_client"].stop()
342
343def main():
344 check_conf()

Callers 1

mainFunction · 0.70

Calls 1

stopMethod · 0.80

Tested by

no test coverage detected