Home | Trees | Indices | Help |
---|
|
object --+ | FileLock
A FileLock object models a file lock. It wraps a file descriptor and contains methods to acquire and release a lock on the file.
File lock implementations that implement this interface are guaranteed to be advisory, but not mandatory, file locks. (They may, in fact, also be mandatory file locks, but they are not guaranteed to be.)
Currently, there are underlying implementations for both POSIX systems and Windows.
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Mar 14 15:21:06 2016 | http://epydoc.sourceforge.net |