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

Method associate_with

src/debugpy/common/messaging.py:1357–1360  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

1355 # parser, after it has parsed enough of the dict to create the appropriate
1356 # instance of Event, Request, or Response for this message.
1357 def associate_with(message):
1358 for d in message_dicts:
1359 d.message = message
1360 del d.associate_with
1361
1362 message_dicts = []
1363 decoder = self.stream.json_decoder_factory(object_hook=object_hook)

Callers 3

__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected