Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
test_calling_get_nowait_function
Method · 0.80
log_metrics
Method · 0.80
run_predict
Method · 0.80
log_metrics
Method · 0.80
log_metrics
Method · 0.80
log_metrics
Method · 0.80
Calls
1
get
Method · 0.95
Tested by
1
test_calling_get_nowait_function
Method · 0.64