MCPcopy
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
178class SymbolTableEntry:

Callers

nothing calls this directly

Calls 2

injectMethod · 0.95
updateMethod · 0.45

Tested by

no test coverage detected