document threading.Lock.locked() (GH-17427)
This commit is contained in:
parent
575d0b46d1
commit
fdafa1d0ed
|
@ -496,6 +496,10 @@ All methods are executed atomically.
|
|||
|
||||
There is no return value.
|
||||
|
||||
.. method:: locked()
|
||||
Return true if the lock is acquired.
|
||||
|
||||
|
||||
|
||||
.. _rlock-objects:
|
||||
|
||||
|
|
Loading…
Reference in New Issue