![]() |
Decorator to acquire a mutex around an APIProxyStub
method.
google.appengine.api.apiproxy_stub.Synchronized(
method
)
Args | |
---|---|
method
|
An unbound method of APIProxyStub or a subclass.
|
Returns | |
---|---|
The method , altered such it acquires self._mutex throughout its
execution.
|