MCPcopy Index your code
hub / github.com/python/cpython / test_lstat_nosymlink

Method test_lstat_nosymlink

Lib/test/test_pathlib/test_pathlib.py:2605–2608  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2603 self.assertNotEqual(st, p.lstat())
2604
2605 def test_lstat_nosymlink(self):
2606 p = self.cls(self.base) / 'fileA'
2607 st = p.stat()
2608 self.assertEqual(st, p.lstat())
2609
2610 def test_exists(self):
2611 P = self.cls

Callers

nothing calls this directly

Calls 4

lstatMethod · 0.80
clsMethod · 0.45
statMethod · 0.45
assertEqualMethod · 0.45

Tested by

no test coverage detected