diff options
| author | Julian Andres Klode <jak@debian.org> | 2011-04-05 11:27:04 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2011-04-05 11:27:04 +0200 |
| commit | f7adc2d7205e2fdbff7d808e8e4c262b65e3e05d (patch) | |
| tree | 70787e8ed3e60132494261fa9115a978c03fdb96 /doc/source | |
| parent | 21c9ebb9717ed7b157c697a57d1b6ce3225eb9d6 (diff) | |
| download | python-apt-f7adc2d7205e2fdbff7d808e8e4c262b65e3e05d.tar.gz | |
Add an 'is_multi_arch' attribute to apt_pkg.Cache
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/library/apt_pkg.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/library/apt_pkg.rst b/doc/source/library/apt_pkg.rst index 426cb97e..16593fe8 100644 --- a/doc/source/library/apt_pkg.rst +++ b/doc/source/library/apt_pkg.rst @@ -73,6 +73,10 @@ Working with the cache A list of all :class:`PackageFile` objects stored in the cache. + .. attribute:: is_multi_arch + + An attribute determining whether the cache supports multi-arch. + .. attribute:: package_count The total number of packages available in the cache. This value is |
