From 2e2aa5fc6e4ad31b52aaef236ed54a3b9ea59a5d Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Wed, 23 Dec 2009 13:36:48 +0100 Subject: * apt/cache.py: - improved docstring for the cache --- apt/cache.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'apt') diff --git a/apt/cache.py b/apt/cache.py index fa6c404c..aa38999d 100644 --- a/apt/cache.py +++ b/apt/cache.py @@ -43,7 +43,12 @@ class Cache(object): """Dictionary-like package cache. This class has all the packages that are available in it's - dictionary + dictionary. + + Keyword arguments: + progress -- a OpProgress object + rootdir -- a alternative root directory + memonly -- build the cache in memory only """ def __init__(self, progress=None, rootdir=None, memonly=False): -- cgit v1.2.3