Changeset c0d83de in trunk


Ignore:
Timestamp:
2020-07-09T20:05:31Z (5 years ago)
Author:
Sajith Sasidharan <sajith@…>
Branches:
master
Children:
118ea426
Parents:
0af8df72
git-author:
Sajith Sasidharan <sajith@…> (2020-05-22 17:28:16)
git-committer:
Sajith Sasidharan <sajith@…> (2020-07-09 20:05:31)
Message:

Document UploadResultsPage? parameter

File:
1 edited

Legend:

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

    r0af8df72 rc0d83de  
    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.