diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-08-24 13:42:22 +0200 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-08-24 13:42:22 +0200 |
| commit | bf4f2623d4002d60053d06251caabaa266272402 (patch) | |
| tree | c59aa9f644363cd254e19b34d39ce2cbf7243bdc /doc/source/apt_pkg | |
| parent | 8c708ec819333e0360b815bbbb504460e9f15d9a (diff) | |
| parent | 353d2494c234d87cb63affd07a927d1030fa9721 (diff) | |
| download | python-apt-bf4f2623d4002d60053d06251caabaa266272402.tar.gz | |
merge from the debian-sid branch
Diffstat (limited to 'doc/source/apt_pkg')
| -rw-r--r-- | doc/source/apt_pkg/cache.rst | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/source/apt_pkg/cache.rst b/doc/source/apt_pkg/cache.rst index af67d82f..334b7869 100644 --- a/doc/source/apt_pkg/cache.rst +++ b/doc/source/apt_pkg/cache.rst @@ -227,7 +227,7 @@ Classes in apt_pkg Open the package cache again. The parameter *progress* may be set to an :class:`apt.progress.OpProgress()` object or `None`. - .. method:: Update(progress, list) + .. method:: Update(progress, list[, pulseInterval]) Update the package cache. @@ -237,6 +237,9 @@ Classes in apt_pkg The parameter *list* refers to an object as returned by :func:`apt_pkg.GetPkgSourceList`. + The optional parameter *pulseInterval* describes the interval between + the calls to the :meth:`FetchProgress.pulse` method. + .. attribute:: DependsCount The total number of dependencies. |
