MCPcopy Index your code
hub / github.com/python/cpython / close

Method close

Lib/test/test_remote_pdb.py:58–60  ·  view source on GitHub ↗

Close the mock socket file.

(self)

Source from the content-addressed store, hash-verified

56 return self.input_queue.pop(0)
57
58 def close(self) -> None:
59 """Close the mock socket file."""
60 pass
61
62 def add_input(self, data: dict) -> None:
63 """Add input that will be returned by readline."""

Callers 3

tearDownMethod · 0.45
tearDownMethod · 0.45
do_integration_testMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected