MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / ForkSafeLock

Function ForkSafeLock

_pydevd_bundle/pydevd_constants.py:443–447  ·  view source on GitHub ↗
(rlock=False)

Source from the content-addressed store, hash-verified

441if IS_JYTHON:
442
443 def ForkSafeLock(rlock=False):
444 if rlock:
445 return threading.RLock()
446 else:
447 return threading.Lock()
448
449else:
450

Callers 15

pydevd.pyFile · 0.90
pydevd_tracing.pyFile · 0.90
NetCommandClass · 0.90
__init__Method · 0.90
_RedirectionsHolderClass · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected