We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f1443 commit 62526e4Copy full SHA for 62526e4
packages/service-library/src/servicelib/redis/_project_lock.py
@@ -34,10 +34,13 @@ def with_project_locked(
34
project_uuid -- the project UUID
35
status -- the project status
36
owner -- the owner of the lock (default: {None})
37
- notification_cb -- a notification callback that will be called AFTER the project is locked and AFTER it was unlocked
+ notification_cb -- an optional notification callback that will be called AFTER the project is locked and AFTER it was unlocked
38
39
Returns:
40
the decorated function return value
41
+
42
+ Raises:
43
+ raises anything from the decorated function and from the optional notification callback
44
"""
45
46
def _decorator(
0 commit comments