Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/httpie/cli
/ __del__
Method
__del__
tests/utils/__init__.py:179–184 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
177
rmtree(self.config_dir, ignore_errors=True)
178
179
def
__del__(self):
180
# noinspection PyBroadException
181
try
:
182
self.cleanup()
183
except
Exception:
184
pass
185
186
187
class
PersistentMockEnvironment(MockEnvironment):
Callers
nothing calls this directly
Calls
1
cleanup
Method · 0.95
Tested by
no test coverage detected