class _ZipMapImpl: (source)
Implements interfaces: twisted.python.modules.IPathImportMapper
Method | __init__ |
Undocumented |
Method | mapPath |
Map the given FS path to a ZipPath, by looking at the ZipImporter's "archive" attribute and using it as our ZipArchive root, then walking down into the archive from there. |
Instance Variable | importer |
Undocumented |
Returns | |
a zippath.ZipPath or zippath.ZipArchive instance. |