MCPcopy Index your code
hub / github.com/hyperopt/hyperopt / list

Method list

hyperopt/pyll/base.py:81–82  ·  view source on GitHub ↗
(self, init)

Source from the content-addressed store, hash-verified

79 return self._new_apply("len", [obj], {}, o_len=None, pure=True)
80
81 def list(self, init):
82 return self._new_apply("list", [as_apply(init)], {}, o_len=None, pure=True)
83
84 def map(self, fn, seq, pure=False):
85 """

Callers 2

delete_allMethod · 0.80
__iter__Method · 0.80

Calls 2

_new_applyMethod · 0.95
as_applyFunction · 0.85

Tested by

no test coverage detected