module documentation
(source)

Filesystem-based interprocess mutex.

Function unique Undocumented
Function kill Undocumented
Variable ERROR_ACCESS_DENIED Undocumented
Variable ERROR_INVALID_PARAMETER Undocumented
Function symlink Write a file at filename with the contents of value. See the above comment block as to why this is needed.
Function readlink Read the contents of filename. See the above comment block as to why this is needed.
Function rmlink Undocumented
Class FilesystemLock A mutex.
Function isLocked Determine if the lock of the given name is held or not.
Variable _windows Undocumented
def unique(): (source)

Undocumented

_windows = (source)

Undocumented

(type: bool)
def kill(pid, signal): (source)

Undocumented

ERROR_ACCESS_DENIED = (source)

Undocumented

(type: int)
ERROR_INVALID_PARAMETER = (source)

Undocumented

(type: int)
def symlink(value, filename): (source)

Write a file at filename with the contents of value. See the above comment block as to why this is needed.

def readlink(filename): (source)

Read the contents of filename. See the above comment block as to why this is needed.

def rmlink(filename): (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 20.12.1 at 2021-02-28 19:53:36.