class documentation
class SwiftSystemBackend(Backend):
Undocumented
Method | __init__ |
Undocumented |
Method | open |
Open the repository at a path. |
Instance Variable | conf |
Undocumented |
Instance Variable | logger |
Undocumented |
overrides
dulwich.server.Backend.open_repository
Open the repository at a path.
Returns: Instance of BackendRepo
Parameters | |
path | Path to the repository |
Raises | |
NotGitRepository | no git repository was found at path |