Trees | Indices | Help |
---|
|
Open, lock, and unlock a file using fcntl.lockf.
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Open the file and lock it. Args: timeout: float, How long to try to lock for. delay: float, How long to wait between retries Raises: AlreadyLockedException: if the lock is already acquired. IOError: if the open fails.
|
Close and unlock the file using the fcntl.lockf primitive.
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Aug 3 07:38:30 2012 | http://epydoc.sourceforge.net |