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

Method test_flock

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

Source from the content-addressed store, hash-verified

547 self._lock(fcntl.lockf, "lockf")
548
549 def test_flock(self):
550 self._lock(fcntl.flock, "flock")
551
552
553if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

_lockMethod · 0.95

Tested by

no test coverage detected