class documentation
class Backend:
Known subclasses: dulwich.server.DictBackend, dulwich.server.FileSystemBackend
A backend for the Git smart server implementation.
| Method | open |
Open the repository at a path. |
overridden in
dulwich.server.DictBackend, dulwich.server.FileSystemBackendOpen the repository at a path.
Returns: Instance of BackendRepo
| Parameters | |
path:str | Path to the repository |
| Returns | |
BackendRepo | Undocumented |
| Raises | |
NotGitRepository | no git repository was found at path |