VirtualBox

Ignore:
Timestamp:
Jun 11, 2019 3:26:40 PM (6 years ago)
Author:
vboxsync
Message:

ValKit,++: Pylint 2.3.1 adjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-generated-1-data.py

    r76553 r79092  
    229229        self.offTests       = -1;
    230230        self.cbTests        = 0;
    231         self.asLines        = [];       # type: list(str)
    232         self.aoInstructions = [];       # type: list(iai.Instruction)
     231        self.asLines        = []        # type: list(str)
     232        self.aoInstructions = []        # type: list(iai.Instruction)
    233233
    234234        # Encode the tests.
     
    296296
    297297    def __init__(self, oMap, oInstr, oTests):
    298         self.oMap   = oMap;             # type: iai.InstructionMap
    299         self.oInstr = oInstr;           # type: iai.Instruction
    300         self.oTests = oTests;           # type: Bs3Cg1EncodedTests
     298        self.oMap   = oMap              # type: iai.InstructionMap
     299        self.oInstr = oInstr            # type: iai.Instruction
     300        self.oTests = oTests            # type: Bs3Cg1EncodedTests
    301301
    302302        self.asOpcodes          = oMap.asLeadOpcodes + [ '0x%02x' % (oInstr.getOpcodeByte(),) ];
     
    410410
    411411    def __init__(self):
    412         self.aoInstructions = [];       # type: Bs3Cg1Instruction
    413         self.aoTests        = [];       # type: Bs3Cg1EncodedTests
     412        self.aoInstructions = []        # type: Bs3Cg1Instruction
     413        self.aoTests        = []        # type: Bs3Cg1EncodedTests
    414414        self.cbTests        = 0;
    415415
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