MCPcopy
hub / github.com/hyperopt/hyperopt / dict

Method dict

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

Source from the content-addressed store, hash-verified

66 )
67
68 def dict(self, *args, **kwargs):
69 # XXX: figure out len
70 return self._new_apply("dict", args, kwargs, o_len=None, pure=True)
71
72 def int(self, arg):
73 return self._new_apply("int", [as_apply(arg)], {}, o_len=None, pure=True)

Callers

nothing calls this directly

Calls 1

_new_applyMethod · 0.95

Tested by

no test coverage detected