Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/hyperopt/hyperopt
/ __init__
Method
__init__
hyperopt/tests/integration/test_mongoexp.py:451–452 ·
view source on GitHub ↗
(self, **kwargs)
Source
from the content-addressed store, hash-verified
449
450
class
FakeOptions:
451
def
__init__(self, **kwargs):
452
self.__dict__.update(kwargs)
453
454
455
# -- assert that the test raises a ReserveTimeout within 5 seconds
Callers
nothing calls this directly
Calls
1
update
Method · 0.45
Tested by
no test coverage detected