MCPcopy Index your code
hub / github.com/fabioz/PyDev.Debugger / case_ppid

Function case_ppid

tests_python/test_debugger_json.py:4552–4556  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4550
4551 @pyfile
4552 def case_ppid():
4553 from pydevd import get_global_debugger
4554
4555 assert get_global_debugger().get_arg_ppid() == 22
4556 print("TEST SUCEEDED")
4557
4558 def update_command_line_args(writer, args):
4559 ret = debugger_unittest.AbstractWriterThread.update_command_line_args(writer, args)

Callers

nothing calls this directly

Calls 2

get_global_debuggerFunction · 0.90
get_arg_ppidMethod · 0.80

Tested by

no test coverage detected