t.p.lockfile : module documentation

Part of twisted.python View Source

Lock files.
Function unique Undocumented
Function symlink Undocumented
Function readlink Undocumented
Function rmlink Undocumented
Function mvlink Undocumented
Class FilesystemLock A mutex.
Function isLocked Determine if the lock of the given name is held or not.
def unique(): (source)
Undocumented
def symlink(value, filename): (source)
Undocumented
def readlink(filename): (source)
Undocumented
def rmlink(filename): (source)
Undocumented
def mvlink(src, dest): (source)
Undocumented
def isLocked(name): (source)
Determine if the lock of the given name is held or not.
ParametersnameThe filesystem path to the lock to test (type: str )
ReturnsTrue if the lock is held, False otherwise. (type: bool )
API Documentation for Twisted, generated by pydoctor at 2011-10-27 15:57:47.