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

Method tearDown

Lib/test/test_remote_pdb.py:1068–1073  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1066 f.write(script)
1067
1068 def tearDown(self):
1069 self.server_sock.close()
1070 try:
1071 unlink(self.script_path)
1072 except OSError:
1073 pass
1074
1075 def _connect_and_get_client_file(self):
1076 """Helper to start subprocess and get connected client file."""

Callers

nothing calls this directly

Calls 2

unlinkFunction · 0.90
closeMethod · 0.45

Tested by

no test coverage detected