Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
setUp
Method · 0.95
test_link_successful
Method · 0.95
test_link_into_dir
Method · 0.95
test_target_exists
Method · 0.95
test_no_link
Method · 0.95
test_windows
Method · 0.95
test_link_twice
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected