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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DMisc.py631 class TemplateString(object): class in inherits:object
678 "TemplateString",
725 # @retval list A list of TemplateString.Section objects
737 TemplateSection = TemplateString.Section(Template[SectionStart:], PlaceHolderList)
747 TemplateSection = TemplateString.Section(Template[SectionStart:MatchStart], PlaceHolderList)
752 TemplateSection = TemplateString.Section(Template[SectionStart:MatchStart], PlaceHolderList)

Completed in 39 milliseconds