Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ __setitem__
Method
__setitem__
tests/debug/config.py:216–217 ·
view source on GitHub ↗
(self, key, value)
Source
from the content-addressed store, hash-verified
214
del self.config[
"env"
]
215
216
def
__setitem__(self, key, value):
217
self.config.setdefault(
"env"
, {})[key] = value
218
219
def
__getstate__(self):
220
return
dict(self)
Callers
nothing calls this directly
Calls
1
setdefault
Method · 0.45
Tested by
no test coverage detected