class documentation

class SwiftSystemBackend(Backend):

View In Hierarchy

Undocumented

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

Undocumented

def open_repository(self, path):

Open the repository at a path.

Returns: Instance of BackendRepo

Parameters
pathPath to the repository
Raises
NotGitRepositoryno git repository was found at path
conf =

Undocumented

logger =

Undocumented