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 5bd5e98 commit 49e2f82Copy full SHA for 49e2f82
src/labthings/core/lock.py
@@ -7,6 +7,7 @@
7
8
sentinel = object()
9
10
+
11
class RLock(_RLock):
12
def locked(self):
13
return self._block.locked()
0 commit comments