From: Brian Warner <warner@allmydata.com>
Date: Tue, 23 Oct 2007 01:10:46 +0000 (-0700)
Subject: interfaces: clarify IChecker.checker_results_for a bit
X-Git-Tag: allmydata-tahoe-0.7.0~356
X-Git-Url: https://git.rkrishnan.org/vdrive/listings/status?a=commitdiff_plain;h=afca99c48534e937dcdd3fa0285ee18bbbf4e17f;p=tahoe-lafs%2Ftahoe-lafs.git

interfaces: clarify IChecker.checker_results_for a bit
---

diff --git a/src/allmydata/interfaces.py b/src/allmydata/interfaces.py
index 7aa0af4f..ae4398dc 100644
--- a/src/allmydata/interfaces.py
+++ b/src/allmydata/interfaces.py
@@ -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