MCPcopy Index your code
hub / github.com/RustPython/RustPython / tearDown

Method tearDown

Lib/test/test_httpservers.py:529–537  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

527 last_modif.timestamp(), usegmt=True)
528
529 def tearDown(self):
530 try:
531 os.chdir(self.cwd)
532 try:
533 shutil.rmtree(self.tempdir)
534 except:
535 pass
536 finally:
537 super().tearDown()
538
539 def check_status_and_reason(self, response, status, data=None):
540 def close_conn():

Callers

nothing calls this directly

Calls 2

superClass · 0.85
tearDownMethod · 0.45

Tested by

no test coverage detected