Part of bzrlib.lockable_files View In Hierarchy
On the local filesystem these transform into OS-managed locks.
These do not guard against concurrent access via different transports.
This is suitable for use only in WorkingTrees (which are at present always local).
| Method | __init__ | Undocumented |
| Method | break_lock | Undocumented |
| Method | leave_in_place | Undocumented |
| Method | dont_leave_in_place | Undocumented |
| Method | lock_write | Undocumented |
| Method | lock_read | Undocumented |
| Method | unlock | Undocumented |
| Method | peek | Undocumented |
| Method | create | Create lock mechanism |
| Method | validate_token | Undocumented |