Browse Source

Add docstring for FetchPackResult.

Jelmer Vernooij 7 năm trước cách đây
mục cha
commit
fce55a8086
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      dulwich/client.py

+ 5 - 0
dulwich/client.py

@@ -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',