Part of twisted.python View Source
Function | unique | Undocumented |
Function | kill | Undocumented |
Function | symlink | Undocumented |
Function | readlink | Undocumented |
Function | rmlink | Undocumented |
Class | FilesystemLock | A mutex. |
Function | isLocked | Determine if the lock of the given name is held or not. |
Parameters | name | The filesystem path to the lock to test (type: str ) |
Returns | True if the lock is held, False otherwise. (type: bool ) |