Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hyperopt/hyperopt
/ wrapper
Method
wrapper
hyperopt/pyll/base.py:150–151 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
148
149
def
define_info(self, o_len=None, pure=False):
150
def
wrapper(f):
151
return
self.define(f, o_len=o_len, pure=pure)
152
153
return
wrapper
154
Callers
nothing calls this directly
Calls
1
define
Method · 0.95
Tested by
no test coverage detected