Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ tearDown
Method
tearDown
IPython/utils/tests/test_path.py:427–428 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
425
f.write(
"Hello, world!"
)
426
427
def
tearDown(self):
428
self.tempdir.cleanup()
429
430
def
dst(self, *args):
431
return
os.path.join(self.tempdir.name, *args)
Callers
nothing calls this directly
Calls
1
cleanup
Method · 0.45
Tested by
no test coverage detected