class documentation
class DictBackend(Backend):
Trivial backend that looks up Git repositories in a dictionary.
Method | __init__ |
Undocumented |
Method | open |
Open the repository at a path. |
Instance Variable | repos |
Undocumented |
overrides
dulwich.server.Backend.open_repository
Open the repository at a path.
Returns: Instance of BackendRepo
Parameters | |
path:str | Path to the repository |
Returns | |
BaseRepo | Undocumented |
Raises | |
NotGitRepository | no git repository was found at path |