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

Method assert_inode_not_equal

tests/test_path.py:464–467  ·  view source on GitHub ↗
(self, a, b)

Source from the content-addressed store, hash-verified

462 return os.path.join(self.tempdir.name, *args)
463
464 def assert_inode_not_equal(self, a, b):
465 assert (
466 os.stat(a).st_ino != os.stat(b).st_ino
467 ), "%r and %r do reference the same indoes" % (a, b)
468
469 def assert_inode_equal(self, a, b):
470 assert (

Callers 1

test_no_linkMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected