diff options
| author | Julian Andres Klode <jak@debian.org> | 2010-02-27 14:33:50 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2010-02-27 14:33:50 +0100 |
| commit | 523c71a6c9b722804c65efdb79daafc56248488f (patch) | |
| tree | 22eff78c824634bd9fdb7b5fd1120dfb35849f5b /doc/source | |
| parent | 13361b7bfa6aa00c02ab9639317495bd2c4ab0a5 (diff) | |
| download | python-apt-523c71a6c9b722804c65efdb79daafc56248488f.tar.gz | |
doc: Document the new Cache functionality.
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/library/apt_pkg.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/library/apt_pkg.rst b/doc/source/library/apt_pkg.rst index 05b3e1fc..bcdf2f7a 100644 --- a/doc/source/library/apt_pkg.rst +++ b/doc/source/library/apt_pkg.rst @@ -41,6 +41,11 @@ Working with the cache Return the :class:`Package()` object for the package name given by *pkgname*. + .. describe:: pkgname in cache + + Check whether a package with the name given by *pkgname* exists in + the cache. + .. method:: update(progress, list[, pulse_interval]) Update the package cache. |
