Changeset 7be18839 in trunk


Ignore:
Timestamp:
2020-05-22T23:39:32Z (5 years ago)
Author:
Sajith Sasidharan <sajith@…>
Branches:
master
Children:
aecd908
Parents:
5fdd61b1
git-author:
Sajith Sasidharan <sajith@…> (2020-05-22 17:28:16)
git-committer:
Sajith Sasidharan <sajith@…> (2020-05-22 23:39:32)
Message:

Document UploadResultsPage? parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/allmydata/web/unlinked.py

    r5fdd61b1 r7be18839  
    7979
    8080    def __init__(self, upload_results):
     81        """
     82        :param IUploadResults upload_results: stats provider.
     83        """
    8184        super(UploadResultsPage, self).__init__()
    8285        self._upload_results = upload_results
Note: See TracChangeset for help on using the changeset viewer.