MCPcopy
hub / github.com/hyperopt/hyperopt / load_tokens

Function load_tokens

hyperopt/utils.py:65–71  ·  view source on GitHub ↗
(tokens)

Source from the content-addressed store, hash-verified

63
64
65def load_tokens(tokens):
66 # XXX: merge with import_tokens
67 logger.info("load_tokens: %s" % str(tokens))
68 symbol, remainder = import_tokens(tokens)
69 for attr in remainder:
70 symbol = getattr(symbol, attr)
71 return symbol
72
73
74def json_lookup(json):

Callers 1

json_lookupFunction · 0.85

Calls 2

import_tokensFunction · 0.85
infoMethod · 0.80

Tested by

no test coverage detected