b.c.ControlComponent(object) : class documentation

Part of bzrlib.controldir View In Hierarchy

Known subclasses: bzrlib.branch.Branch, bzrlib.controldir.ControlDir, bzrlib.remote.RemoteRepository

Abstract base class for control directory components.

This provides interfaces that are common across controldirs, repositories, branches, and workingtree control directories.

They all expose two urls and transports: the user URL is the one that stops above the control directory (eg .bzr) and that should normally be used in messages, and the control URL is under that in eg .bzr/checkout and is used to read the control files.

This can be used as a mixin and is intended to fit with foreign formats.

Method control_transport Undocumented
Method control_url Undocumented
Method user_transport Undocumented
Method user_url Undocumented
@property
def control_transport(self):
Undocumented
@property
def control_url(self):
Undocumented
@property
def user_transport(self):
Undocumented
@property
def user_url(self):
Undocumented
API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.