b.c.RepoInitHookParams(object) : class documentation

Part of bzrlib.controldir View In Hierarchy

Object holding parameters passed to *_repo_init hooks.

There are 4 fields that hooks may wish to access:

Instance VariablesrepositoryRepository created
formatRepository format
bzrdirThe controldir for the repository
sharedThe repository is shared
Method __init__ Create a group of RepoInitHook parameters.
Method __eq__ Undocumented
Method __repr__ Undocumented
def __init__(self, repository, format, controldir, shared):
Create a group of RepoInitHook parameters.
ParametersrepositoryRepository created
formatRepository format
controldirThe controldir for the repository
sharedThe repository is shared
def __eq__(self, other):
Undocumented
def __repr__(self):
Undocumented
API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.