Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
def
json_to_dict(json_data):
39
return
json.loads(json_data)
40
41
42
def
get_auth(command_data,opts):
Callers
2
get_auth
Function · 0.70
get_token
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected