document threading.Lock.locked() (GH-17427)
(cherry picked from commit fdafa1d0ed
)
Co-authored-by: idomic <michael.ido@gmail.com>
This commit is contained in:
parent
e649903303
commit
864207181d
|
@ -448,6 +448,10 @@ All methods are executed atomically.
|
||||||
|
|
||||||
There is no return value.
|
There is no return value.
|
||||||
|
|
||||||
|
.. method:: locked()
|
||||||
|
Return true if the lock is acquired.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.. _rlock-objects:
|
.. _rlock-objects:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue