MCPcopy
hub / github.com/hyperopt/hyperopt / items

Method items

hyperopt/mongoexp.py:946–947  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

944 return [self[k] for k in self]
945
946 def items(self):
947 return [(k, self[k]) for k in self]
948
949 return Attachments(self.handle)
950

Callers 15

dot_hyperparametersFunction · 0.80
__init__Method · 0.80
SONifyFunction · 0.80
spec_from_miscFunction · 0.80
argminMethod · 0.80
evaluateMethod · 0.80
evaluate_async2Method · 0.80
refreshMethod · 0.80
fminMethod · 0.80
generate_trialFunction · 0.80
fminFunction · 0.80
recurseMethod · 0.80

Calls

no outgoing calls

Tested by 3

test_arbitrary_idsMethod · 0.64
test_expr_to_configFunction · 0.64
check_d_samplesFunction · 0.64