class documentation

class DictBackend(Backend):

View In Hierarchy

Trivial backend that looks up Git repositories in a dictionary.

Method __init__ Undocumented
Method open_repository Open the repository at a path.
Instance Variable repos Undocumented
def __init__(self, repos):

Undocumented

def open_repository(self, path):

Open the repository at a path.

Returns: Instance of BackendRepo

Parameters
path:strPath to the repository
Returns
BaseRepoUndocumented
Raises
NotGitRepositoryno git repository was found at path
repos =

Undocumented