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

Method tearDown

Lib/test/test_import/__init__.py:2718–2720  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2716 cls.clean_up()
2717
2718 def tearDown(self):
2719 # Clean up the module.
2720 self.clean_up()
2721
2722 @classmethod
2723 def clean_up(cls):

Callers

nothing calls this directly

Calls 1

clean_upMethod · 0.95

Tested by

no test coverage detected