diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-08-21 16:01:48 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-08-21 16:01:48 +0200 |
| commit | e83c5284ab4b9624bc115bb5d39f2ae84c4230e2 (patch) | |
| tree | 3b042f64a20c6834f6b5378bad43d7f9c572ef7a /doc | |
| parent | e62fd3c67202426ae1b91a48848e89e025a9b924 (diff) | |
| download | python-apt-e83c5284ab4b9624bc115bb5d39f2ae84c4230e2.tar.gz | |
doc/source/apt_pkg/cache.rst: Document pulseInterval in Cache.Update().
Diffstat (limited to 'doc')
| -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. |
