MCPcopy
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
74def json_lookup(json):
75 symbol = load_tokens(json.split("."))
76 return symbol
77
78
79def json_call(json, args=(), kwargs=None):

Callers 1

json_callFunction · 0.85

Calls 1

load_tokensFunction · 0.85

Tested by

no test coverage detected