MCPcopy Create free account
hub / github.com/microsoft/debugpy / register_spawn

Function register_spawn

tests/watchdog/__init__.py:117–122  ·  view source on GitHub ↗
(pid, name)

Source from the content-addressed store, hash-verified

115
116
117def register_spawn(pid, name):
118 if sys.version_info >= (3, 13):
119 return
120 if _stream is None:
121 start()
122 _invoke("register_spawn", pid, name)
123
124
125def unregister_spawn(pid, name):

Callers

nothing calls this directly

Calls 2

_invokeFunction · 0.85
startFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…