class twisted.python.modules.IPathImportMapper(Interface): (source)
Known implementations: twisted.python.modules._DefaultMapImpl, twisted.python.modules._ZipMapImpl
This is an internal interface, used to map importers to factories for FilePath-like objects.
Method | mapPath | Return a FilePath-like object. |