Sfoglia il codice sorgente

Add docstring for FetchPackResult.

Jelmer Vernooij 7 anni fa
parent
commit
fce55a8086
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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',