pymor.parallel.manager¶
Module Contents¶
Classes¶
A simple context manager to keep track of |
- class pymor.parallel.manager.RemoteObjectManager[source]¶
Bases:
pymor.core.base.BasicObjectA simple context manager to keep track of
RemoteObjects.When leaving this context, all
RemoteObjectsthat have beenmanagedby this object will beremoved.- manage(self, remote_object)[source]¶
Add a
RemoteObjectto the list of managed objects.Parameters
- remote_object
The object to add to the list.
Returns
remote_object