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

Method expect_server_socket

tests/debug/session.py:481–486  ·  view source on GitHub ↗
(self, port=some.int)

Source from the content-addressed store, hash-verified

479 self._start_channel(stream)
480
481 def expect_server_socket(self, port=some.int):
482 self.expected_adapter_sockets["server"] = {
483 "host": some.str,
484 "port": port,
485 "internal": True,
486 }
487
488 def connect_to_adapter(self, address):
489 assert self.channel is None

Callers 6

request_launchMethod · 0.95
request_attachMethod · 0.95
attach_pidFunction · 0.80
attach_connectFunction · 0.80
test_attach_apiFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_attach_apiFunction · 0.64