twisted.application.runner.test.test_runner.DummyPIDFile(NonePIDFile)
class documentationtwisted.application.runner.test.test_runner
(View In Hierarchy)
Method | __init__ | Undocumented |
Method | __enter__ | Enter a context using this PIDFile. |
Method | __exit__ | Exit a context using this PIDFile. |
Inherited from NonePIDFile:
Method | read | Read the process ID stored in this PID file. |
Method | writeRunningPID | Store the PID of the current process in this PID file. |
Method | remove | Remove this PID file. |
Method | isRunning | Determine whether there is a running process corresponding to the PID in this PID file. |
Method | _write | Store a PID in this PID file. |
Enter a context using this PIDFile.
Writes the PID file with the PID of the running process.
Raises | AlreadyRunningError | A process corresponding to the PID in this PID file is already running. |