Skip to content

Commit 96123f8

Browse files
Gerhard Hagerergvanrossum
authored andcommitted
1 parent 0c2e9cf commit 96123f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/2and3/threading.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ class Lock:
9191
else:
9292
def acquire(self, blocking: bool = ...) -> bool: ...
9393
def release(self) -> None: ...
94+
def locked(self) -> bool: ...
9495

9596

9697
class _RLock:

0 commit comments

Comments
 (0)