Part of twisted.python.zippath View Source View In Hierarchy
Known subclasses: twisted.python.zippath.ZipArchive
| Method | __init__ | Don't construct me directly. Use ZipArchive.child(). |
| Method | __cmp__ | Undocumented |
| Method | __repr__ | Undocumented |
| Method | parent | Undocumented |
| Method | child | Undocumented |
| Method | sibling | Undocumented |
| Method | exists | Undocumented |
| Method | isdir | Undocumented |
| Method | isfile | Undocumented |
| Method | islink | Undocumented |
| Method | listdir | Undocumented |
| Method | splitext | Undocumented |
| Method | basename | Undocumented |
| Method | dirname | Undocumented |
| Method | open | Undocumented |
| Method | restat | Undocumented |
Inherited from _PathHelper:
| Method | getContent | Undocumented |
| Method | children | Undocumented |
| Method | walk | Yield myself, then each of my children, and each of those children's |
| Method | segmentsFrom | Return a list of segments between a child and its ancestor. |
| Parameters | archive | a ZipArchive instance. |
| pathInArchive | a ZIP_PATH_SEP-separated string. |