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

Function unregister_spawn

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

Source from the content-addressed store, hash-verified

123
124
125def unregister_spawn(pid, name):
126 if sys.version_info >= (3, 13):
127 return
128 assert _stream is not None
129 _invoke("unregister_spawn", pid, name)

Callers

nothing calls this directly

Calls 1

_invokeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…