MCPcopy Create free account
hub / github.com/ipython/ipython / tearDown

Method tearDown

IPython/testing/tests/test_tools.py:132–135  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

130
131
132 def tearDown(self):
133 # tear down correctly the mixin,
134 # unittest.TestCase.tearDown does nothing
135 tt.TempFileMixin.tearDown(self)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected