def __repr__(self): return str('ZipFilePathPointer(%r, %r)') % ( self._zipfile.filename, self._entry)