IMP
2.0.0
The Integrative Modeling Platform
|
A Result object is returned by a Proxy object, when some remote function invoked. More...
Inherits object.
When results of the remote function calculations are ready, the .event is set and the result of calculations is stored in the .value field. These has to be done externally, for example in the Proxy object.
USAGE:
result = Result()
result.value = result of the function call result.event.set()
result.get(timeout = 60)
Definition at line 172 of file AbstractGrid.py.