mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-29 17:28:53 +00:00
interfaces: clarify IChecker.checker_results_for a bit
This commit is contained in:
parent
57f994fb02
commit
afca99c485
@ -1041,7 +1041,9 @@ class IChecker(Interface):
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
def checker_results_for(uri_to_check):
|
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).
|
Each element of the list is a two-entry tuple: (when, results).
|
||||||
The 'when' values are timestamps (float seconds since epoch), and the
|
The 'when' values are timestamps (float seconds since epoch), and the
|
||||||
|
Loading…
Reference in New Issue
Block a user