VirtualBox

Changeset 65352 in vbox


Ignore:
Timestamp:
Jan 17, 2017 4:01:19 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112940
Message:

pylint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testmanager/webui/wuicontentbase.py

    r65351 r65352  
    737737    """
    738738
    739     def __init__(self, aoEntries, iPage, cItemsPerPage, tsEffectiveDate, sTitle, sId = None, fnDPrint = None,
    740                  oDisp = None, aiSelectedSortColumns = None): # pylint: disable=too-many-arguments
     739    def __init__(self, aoEntries, iPage, cItemsPerPage, tsEffectiveDate, sTitle, # pylint: disable=too-many-arguments
     740                 sId = None, fnDPrint = None, oDisp = None, aiSelectedSortColumns = None):
    741741        WuiContentBase.__init__(self, fnDPrint = fnDPrint, oDisp = oDisp);
    742742        self._aoEntries         = aoEntries; ## @todo should replace this with a Logic object and define methods for querying.
     
    10371037    """
    10381038
    1039     def __init__(self, aoEntries, iPage, cItemsPerPage, tsEffectiveDate, sTitle, sId = None, fnDPrint = None,
    1040                  oDisp = None, aiSelectedSortColumns = None):   # pylint: disable=too-many-arguments
     1039    def __init__(self, aoEntries, iPage, cItemsPerPage, tsEffectiveDate, sTitle, # pylint: disable=too-many-arguments
     1040                 sId = None, fnDPrint = None, oDisp = None, aiSelectedSortColumns = None):
    10411041        WuiListContentBase.__init__(self, aoEntries, iPage, cItemsPerPage, tsEffectiveDate, sTitle, sId = sId,
    10421042                                    fnDPrint = fnDPrint, oDisp = oDisp, aiSelectedSortColumns = aiSelectedSortColumns);
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette