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

Method tearDown

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

Source from the content-addressed store, hash-verified

1532 f.write(script)
1533
1534 def tearDown(self):
1535 self.sock.close()
1536 try:
1537 unlink(self.script_path)
1538 except OSError:
1539 pass
1540
1541 def do_integration_test(self, client_stdin):
1542 process = subprocess.Popen(

Callers

nothing calls this directly

Calls 2

unlinkFunction · 0.90
closeMethod · 0.45

Tested by

no test coverage detected