Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hyperopt/hyperopt
/ json_lookup
Function
json_lookup
hyperopt/utils.py:74–76 ·
view source on GitHub ↗
(json)
Source
from the content-addressed store, hash-verified
72
73
74
def
json_lookup(json):
75
symbol = load_tokens(json.split(
"."
))
76
return
symbol
77
78
79
def
json_call(json, args=(), kwargs=None):
Callers
1
json_call
Function · 0.85
Calls
1
load_tokens
Function · 0.85
Tested by
no test coverage detected