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

Function json_to_dict

python/seldon/cli/cmd_api.py:38–39  ·  view source on GitHub ↗
(json_data)

Source from the content-addressed store, hash-verified

36 return opts
37
38def json_to_dict(json_data):
39 return json.loads(json_data)
40
41
42def get_auth(command_data,opts):

Callers 2

get_authFunction · 0.70
get_tokenFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected