MCPcopy
hub / github.com/PaddlePaddle/PARL / get_nowait

Method get_nowait

parl/remote/future_mode/future_object.py:87–90  ·  view source on GitHub ↗

Equivalent to get(block=False).

(self)

Source from the content-addressed store, hash-verified

85 return result
86
87 def get_nowait(self):
88 """Equivalent to get(block=False).
89 """
90 return self.get(block=False)
91
92 def empty(self):
93 """

Callers 6

log_metricsMethod · 0.80
run_predictMethod · 0.80
log_metricsMethod · 0.80
log_metricsMethod · 0.80
log_metricsMethod · 0.80

Calls 1

getMethod · 0.95

Tested by 1