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

Method test_lockf

Lib/test/_test_eintr.py:546–547  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

544 # skip test rather than accept PermissionError from all platforms
545 @unittest.skipIf(platform.system() == "AIX", "AIX returns PermissionError")
546 def test_lockf(self):
547 self._lock(fcntl.lockf, "lockf")
548
549 def test_flock(self):
550 self._lock(fcntl.flock, "flock")

Callers

nothing calls this directly

Calls 1

_lockMethod · 0.95

Tested by

no test coverage detected