Add docstring for FetchPackResult.
authorJelmer Vernooij <jelmer@debian.org>
Sun, 6 Aug 2017 20:24:52 +0000 (20:24 +0000)
committerJelmer Vernooij <jelmer@debian.org>
Sun, 6 Aug 2017 20:24:52 +0000 (20:24 +0000)
dulwich/client.py

index 15c85271a9cf7f368b163a55256fa72356868ac8..c390d397ed68001445dc90733bd7848f14deb243 100644 (file)
@@ -207,6 +207,11 @@ def read_pkt_refs(proto):
 
 
 class FetchPackResult(object):
+    """Result of a fetch-pack operation.
+
+    :var refs: Dictionary with all remote refs
+    :var symrefs: Dictionary with remote symrefs
+    """
 
     _FORWARDED_ATTRS = [
             'clear', 'copy', 'fromkeys', 'get', 'has_key', 'items',