MCPcopy
hub / github.com/hyperopt/hyperopt / int

Method int

hyperopt/pyll/base.py:72–73  ·  view source on GitHub ↗
(self, arg)

Source from the content-addressed store, hash-verified

70 return self._new_apply("dict", args, kwargs, o_len=None, pure=True)
71
72 def int(self, arg):
73 return self._new_apply("int", [as_apply(arg)], {}, o_len=None, pure=True)
74
75 def float(self, arg):
76 return self._new_apply("float", [as_apply(arg)], {}, o_len=None, pure=True)

Callers 1

hp_uniformintFunction · 0.80

Calls 2

_new_applyMethod · 0.95
as_applyFunction · 0.85

Tested by

no test coverage detected