MCPcopy 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
328def stop_zk_client():
329 if gdata["zk_client"].connected:
330 gdata["zk_client"].stop()
331
332def main():
333 logging.basicConfig()

Callers 1

mainFunction · 0.70

Calls 1

stopMethod · 0.80

Tested by

no test coverage detected