Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_trivial
Function · 0.80
test_vectorize_simple
Function · 0.80
test_vectorize_multipath
Function · 0.80
test_vectorize_config0
Function · 0.80
Calls
1
_new_apply
Method · 0.95
Tested by
4
test_vectorize_trivial
Function · 0.64
test_vectorize_simple
Function · 0.64
test_vectorize_multipath
Function · 0.64
test_vectorize_config0
Function · 0.64