MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / RLock

Function RLock

Lib/threading.py:113–122  ·  view source on GitHub ↗

Factory function that returns a new reentrant lock. A reentrant lock must be released by the thread that acquired it. Once a thread has acquired a reentrant lock, the same thread may acquire it again without blocking; the thread must release it once for each time it has acquired it.

(*args, **kwargs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

__new__Method · 0.90
__init__Method · 0.70
__init__Method · 0.70

Calls 1

_RLockClass · 0.85

Tested by

no test coverage detected