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

Function call

tests_python/resources/_debugger_case_pydevd_customization.py:51–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49
50
51def call():
52 import pydevd
53 from _pydevd_bundle.pydevd_api import PyDevdAPI
54 assert pydevd.get_global_debugger().get_arg_ppid() == PyDevdAPI().get_ppid()
55 print("called") # break 1 here
56
57
58if __name__ == '__main__':

Calls 3

PyDevdAPIClass · 0.90
get_arg_ppidMethod · 0.80
get_ppidMethod · 0.80

Tested by

no test coverage detected