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

Method dst

IPython/utils/tests/test_path.py:430–431  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

428 self.tempdir.cleanup()
429
430 def dst(self, *args):
431 return os.path.join(self.tempdir.name, *args)
432
433 def assert_inode_not_equal(self, a, b):
434 nt.assert_not_equal(os.stat(a).st_ino, os.stat(b).st_ino,

Callers 7

setUpMethod · 0.95
test_link_successfulMethod · 0.95
test_link_into_dirMethod · 0.95
test_target_existsMethod · 0.95
test_no_linkMethod · 0.95
test_windowsMethod · 0.95
test_link_twiceMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected