projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57f994f
)
interfaces: clarify IChecker.checker_results_for a bit
author
Brian Warner
<warner@allmydata.com>
Tue, 23 Oct 2007 01:10:46 +0000
(18:10 -0700)
committer
Brian Warner
<warner@allmydata.com>
Tue, 23 Oct 2007 01:10:46 +0000
(18:10 -0700)
src/allmydata/interfaces.py
patch
|
blob
|
history
diff --git
a/src/allmydata/interfaces.py
b/src/allmydata/interfaces.py
index 7aa0af4f9343336dc5ce6b8168b8bfd4cca8b87e..ae4398dcc4f57349c70d00564afa0a5389cf6ab2 100644
(file)
--- 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