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

Class _RLock

Lib/threading.py:124–238  ·  view source on GitHub ↗

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.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

RLockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected