mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-01 16:58:10 +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."""
|
"""'POST /uri', to create an unlinked file."""
|
||||||
|
|
||||||
def __init__(self, upload_results):
|
def __init__(self, upload_results):
|
||||||
|
"""
|
||||||
|
:param IUploadResults upload_results: stats provider.
|
||||||
|
"""
|
||||||
super(UploadResultsPage, self).__init__()
|
super(UploadResultsPage, self).__init__()
|
||||||
self._upload_results = upload_results
|
self._upload_results = upload_results
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user