Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ _is_managed_arg
Function
_is_managed_arg
_pydev_bundle/pydev_monkey.py:223–227 ·
view source on GitHub ↗
(arg)
Source
from the content-addressed store, hash-verified
221
222
223
def
_is_managed_arg(arg):
224
pydevd_py = _get_str_type_compatible(arg,
"pydevd.py"
)
225
if
arg.endswith(pydevd_py):
226
return
True
227
return
False
228
229
230
def
_on_forked_process(setup_tracing=True):
Callers
1
patch_args
Function · 0.85
Calls
1
_get_str_type_compatible
Function · 0.85
Tested by
no test coverage detected