소스 검색

Add docstring for FetchPackResult.

Jelmer Vernooij 7 년 전
부모
커밋
fce55a8086
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  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',