MCPcopy 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
223def _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
230def _on_forked_process(setup_tracing=True):

Callers 1

patch_argsFunction · 0.85

Calls 1

_get_str_type_compatibleFunction · 0.85

Tested by

no test coverage detected