| 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.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sun Jan 4 20:34:14 2009 | http://epydoc.sourceforge.net |