]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
interfaces: clarify IChecker.checker_results_for a bit
authorBrian Warner <warner@allmydata.com>
Tue, 23 Oct 2007 01:10:46 +0000 (18:10 -0700)
committerBrian Warner <warner@allmydata.com>
Tue, 23 Oct 2007 01:10:46 +0000 (18:10 -0700)
src/allmydata/interfaces.py

index 7aa0af4f9343336dc5ce6b8168b8bfd4cca8b87e..ae4398dcc4f57349c70d00564afa0a5389cf6ab2 100644 (file)
@@ -1041,7 +1041,9 @@ class IChecker(Interface):
         """
 
     def checker_results_for(uri_to_check):
-        """Accepts an IVerifierURI, and returns a list of checker results.
+        """Accepts an IVerifierURI, and returns a list of previously recorded
+        checker results. This method performs no checking itself: it merely
+        reports the results of checks that have taken place in the past.
 
         Each element of the list is a two-entry tuple: (when, results).
         The 'when' values are timestamps (float seconds since epoch), and the