Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
class
ComponentNotAvailable(Exception):
14
def
__init__(self, type):
15
super().__init__(f
"{type.__name__} is not available"
)
16
17
18
class
Component(util.Observable):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected