MCPcopy
hub / github.com/hyperopt/hyperopt / __call__

Method __call__

hyperopt/pyll/base.py:187–190  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

185 self.pure = pure
186
187 def __call__(self, *args, **kwargs):
188 return self.symbol_table._new_apply(
189 self.apply_name, args, kwargs, self.o_len, self.pure
190 )
191
192
193scope = SymbolTable()

Callers

nothing calls this directly

Calls 1

_new_applyMethod · 0.80

Tested by

no test coverage detected