VirtualBox

Changeset 78641 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 21, 2019 4:41:08 PM (6 years ago)
Author:
vboxsync
Message:

ValKit/base.py: comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/testdriver/base.py

    r76939 r78641  
    743743    def __init__(self, sName, oTstDrv):
    744744        self.sName              = sName;
    745         self.oTstDrv            = oTstDrv;
     745        self.oTstDrv            = oTstDrv; # type: TestDriverBase
    746746        self.asRsrcs            = [];
    747747
     
    10531053    def waitForTasksSleepWorker(self, cMsTimeout):
    10541054        """
    1055         Overriable method that does the sleeping for waitForTask().
     1055        Overridable method that does the sleeping for waitForTask().
    10561056
    10571057        cMsTimeout will not be larger than 1000, so there is normally no need
Note: See TracChangeset for help on using the changeset viewer.

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