From afca99c48534e937dcdd3fa0285ee18bbbf4e17f Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Mon, 22 Oct 2007 18:10:46 -0700 Subject: [PATCH] interfaces: clarify IChecker.checker_results_for a bit --- src/allmydata/interfaces.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.45.2