MCPcopy Create free account
hub / github.com/OSGeo/PROJ / cleanup

Method cleanup

test/cli/run_cli_test.py:255–258  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

253 return txt
254
255 def cleanup(self):
256 if self._prepared:
257 shutil.rmtree(self.strpth)
258 self._prepared = False
259
260 def __del__(self):
261 if hasattr(self, "cleanup"):

Callers 2

__del__Method · 0.95
test_tmpdirFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected