File: packing.rst

package info (click to toggle)
python-pygit2 1.18.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,720 kB
  • sloc: ansic: 12,584; python: 9,337; sh: 205; makefile: 26
file content (16 lines) | stat: -rw-r--r-- 346 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
**********************************************************************
Packing
**********************************************************************

.. autoclass:: pygit2.Repository
   :members: pack
   :noindex:


The PackBuilder
================

.. autoclass:: pygit2.PackBuilder
   :members:
   :undoc-members:
   :special-members: __len__