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 a807f99 commit b9695e5Copy full SHA for b9695e5
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