VirtualBox

Ignore:
Timestamp:
Jul 3, 2015 1:36:35 AM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
101410
Message:

baka

File:
1 edited

Legend:

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

    r56295 r56761  
    638638
    639639    @staticmethod
    640     def validateStr(sValue, cchMin = 0, cchMax = 4096, aoNilValues = tuple([None, '']), fAllowNull = True, fAllowUnicodeSymbols = False): # pylint: disable=C0301
     640    def validateStr(sValue, cchMin = 0, cchMax = 4096, aoNilValues = tuple([None, '']), fAllowNull = True,
     641                    fAllowUnicodeSymbols = False):
    641642        """ Validates a string field. """
    642643        if sValue in aoNilValues:
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