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.
2 parents 0b28e27 + b9695e5 commit b96015bCopy full SHA for b96015b
src/DIRAC/Core/Utilities/ThreadSafe.py
@@ -29,6 +29,8 @@ def lockedFunc(*args, **kwargs):
29
print("UNLOCKING", self.__lockName)
30
self.__lock.release()
31
32
+ # Add target method docstring that this description appeared when compiling the documentation
33
+ lockedFunc.__doc__ = funcToCall.__doc__
34
return lockedFunc
35
36
def lock(self):
0 commit comments