Searched defs:AssertChar (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Parser/
H A DDecParserMisc.py348 ## AssertChar
350 # Assert char at current index of string is AssertChar, or will report
353 # @param AssertChar: AssertChar
357 def AssertChar(self, AssertChar, ErrorString, ErrorLineNum): member in class:ParserHelper
358 if not self.Expect(AssertChar):

Completed in 42 milliseconds