Part of twisted.vfs.backends.inmem View Source View In Hierarchy
Implements interfaces: twisted.vfs.ivfs.IFileSystemLeaf
Method | __init__ | Undocumented |
Method | open | Opens the file with flags. Flags should be a bitmask based on |
Method | getMetadata | Undocumented |
Method | readChunk | Leaf should have been previously opened with suitable flags. |
Method | writeChunk | Leaf should have been previously opened with suitable flags. |
Method | close | Closes this node. |
Method | children | Undocumented |
Inherited from _FakeNode:
Method | create | Undocumented |
Method | remove | Undocumented |
Method | rename | Undocumented |