From f7adc2d7205e2fdbff7d808e8e4c262b65e3e05d Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Tue, 5 Apr 2011 11:27:04 +0200 Subject: Add an 'is_multi_arch' attribute to apt_pkg.Cache --- doc/source/library/apt_pkg.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc/source/library/apt_pkg.rst') 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 -- cgit v1.2.3