Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
441
if
IS_JYTHON:
442
443
def
ForkSafeLock(rlock=False):
444
if
rlock:
445
return
threading.RLock()
446
else
:
447
return
threading.Lock()
448
449
else
:
450
Callers
15
pydevd.py
File · 0.90
pydevd_tracing.py
File · 0.90
_pydevd_sys_monitoring.py
File · 0.90
NetCommand
Class · 0.90
pydevd_thread_lifecycle.py
File · 0.90
__init__
Method · 0.90
_RedirectionsHolder
Class · 0.90
__init__
Method · 0.90
pydevd_trace_dispatch_regular.py
File · 0.90
__init__
Method · 0.90
pydevd_additional_thread_info_regular.py
File · 0.90
__init__
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected