b.v.HashPrefixMapper(URLEscapeMapper) : class documentation

Part of bzrlib.versionedfile View In Hierarchy

Known subclasses: bzrlib.versionedfile.HashEscapedPrefixMapper

A key mapper that combines the first component of a key with a hash.

This mapper is for use with a transport based backend.

Method _map See KeyMapper.map().
Method _escape No escaping needed here.
Method _unmap See KeyMapper.unmap().
Method _unescape No unescaping needed for HashPrefixMapper.

Inherited from URLEscapeMapper:

Method map See KeyMapper.map().
Method unmap See KeyMapper.unmap().
def _map(self, key):
See KeyMapper.map().
def _escape(self, prefix):
No escaping needed here.
def _unmap(self, partition_id):
See KeyMapper.unmap().
def _unescape(self, basename):
No unescaping needed for HashPrefixMapper.
API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.