mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-21 03:55:27 +00:00
Document UploadResultsPage parameter
This commit is contained in:
parent
5fdd61b146
commit
7be1883910
@ -78,6 +78,9 @@ class UploadResultsPage(MultiFormatResource):
|
||||
"""'POST /uri', to create an unlinked file."""
|
||||
|
||||
def __init__(self, upload_results):
|
||||
"""
|
||||
:param IUploadResults upload_results: stats provider.
|
||||
"""
|
||||
super(UploadResultsPage, self).__init__()
|
||||
self._upload_results = upload_results
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user