MCPcopy Create free account
hub / github.com/ParzivalHack/PySpector / tearDown

Method tearDown

tests/unit/ast_cache_test.py:217–218  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

215 self.tmp = Path(self._tmpdir.name)
216
217 def tearDown(self):
218 self._tmpdir.cleanup()
219
220 def _write(self, name: str, content: str) -> Path:
221 p = self.tmp / name

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected