MCPcopy
hub / github.com/hyperopt/hyperopt / range

Method range

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

Source from the content-addressed store, hash-verified

90 )
91
92 def range(self, *args):
93 return self._new_apply("range", args, {}, o_len=None, pure=True)
94
95 def max(self, *args):
96 """return max of args"""

Callers 4

test_vectorize_trivialFunction · 0.80
test_vectorize_simpleFunction · 0.80
test_vectorize_multipathFunction · 0.80
test_vectorize_config0Function · 0.80

Calls 1

_new_applyMethod · 0.95

Tested by 4

test_vectorize_trivialFunction · 0.64
test_vectorize_simpleFunction · 0.64
test_vectorize_multipathFunction · 0.64
test_vectorize_config0Function · 0.64