Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/debugpy
/ discard
Method
discard
tests/debug/config.py:254–256 ·
view source on GitHub ↗
(self, key)
Source
from the content-addressed store, hash-verified
252
opts.append(key)
253
254
def
discard(self, key):
255
opts = self.config.get(
"debugOptions"
, [])
256
opts[:] = [x
for
x in opts
if
x != key]
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected