release#
method
- LockableDaemon.release(uri: str) str[source]#
Provides a way to force unlock a resource via the Daemon itself.
The Daemon must itself be registered to a Daemon and be assigned a URI. That Daemon can very well be itself.
- Parameters:
- uristr
The Pyro URI of the object to be unlocked.
- Returns:
- resultbool
True if the resource was successfully released, False otherwise.
- Raises:
- Pyro5.errors.PyroError
If the URI is invalid.