Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hyperopt/hyperopt
/ import_
Method
import_
hyperopt/pyll/base.py:174–175 ·
view source on GitHub ↗
(self, _globals, *args, **kwargs)
Source
from the content-addressed store, hash-verified
172
return
rval
173
174
def
import_(self, _globals, *args, **kwargs):
175
_globals.update(self.inject(*args, **kwargs))
176
177
178
class
SymbolTableEntry:
Callers
nothing calls this directly
Calls
2
inject
Method · 0.95
update
Method · 0.45
Tested by
no test coverage detected