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

Method __init__

src/debugpy/adapter/components.py:14–15  ·  view source on GitHub ↗
(self, type)

Source from the content-addressed store, hash-verified

12
13class ComponentNotAvailable(Exception):
14 def __init__(self, type):
15 super().__init__(f"{type.__name__} is not available")
16
17
18class Component(util.Observable):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected