MCPcopy Create free account
hub / github.com/tox-dev/filelock / mode

Method mode

src/filelock/_api.py:363–365  ·  view source on GitHub ↗

The file permissions for the lockfile.

(self)

Source from the content-addressed store, hash-verified

361
362 @property
363 def mode(self) -> int:
364 """The file permissions for the lockfile."""
365 return 0o644 if self._context.mode == _UNSET_FILE_MODE else self._context.mode
366
367 @property
368 def has_explicit_mode(self) -> bool:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected