MCPcopy Index your code
hub / github.com/ipython/ipython / dst

Method dst

tests/test_path.py:461–462  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

459 self.tempdir.cleanup()
460
461 def dst(self, *args):
462 return os.path.join(self.tempdir.name, *args)
463
464 def assert_inode_not_equal(self, a, b):
465 assert (

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