MCPcopy Create free account
hub / github.com/SeldonIO/seldon-server / json_to_dict

Function json_to_dict

python/seldon/cli/cli_main.py:269–270  ·  view source on GitHub ↗
(json_data)

Source from the content-addressed store, hash-verified

267 return json.dumps(d, sort_keys=True, indent=4, separators=(',', ': ')) if expand else json.dumps(d, sort_keys=True, separators=(',',':'))
268
269def json_to_dict(json_data):
270 return json.loads(json_data)
271
272def getOpts():
273 parser = argparse.ArgumentParser(prog='seldon-cli', description='Seldon Cli')

Callers 2

create_default_confFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected