twisted.application.runner.test.test_pidfile.DummyFilePath(object) class documentationtwisted.application.runner.test.test_pidfile
(View In Hierarchy)
Implements interfaces: twisted.python.filepath.IFilePath
In-memory IFilePath.
| Method | __init__ | Undocumented | 
| Method | open | Opens this file path with the given mode. | 
| Method | setContent | Undocumented | 
| Method | getContent | Undocumented | 
| Method | remove | Undocumented | 
| Method | exists | Check if this file path exists. | 
Opens this file path with the given mode.
| Returns | a file-like object. | |
| Raises | Exception | if this file path cannot be opened. | 
Check if this file path exists.
| Returns | Trueif the file at this file path exists,Falseotherwise. (type:bool) | |