Home
last modified time | relevance | path

Searched refs:TemplateSection (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DMisc.py873 def __init__(self, TemplateSection, PlaceHolderList): argument
874 self._Template = TemplateSection
887 self._SubSectionList.append(TemplateSection[SubSectionStart:Start])
888 self._SubSectionList.append(TemplateSection[Start:End])
891 if SubSectionStart < len(TemplateSection):
892 self._SubSectionList.append(TemplateSection[SubSectionStart:])
894 self._SubSectionList = [TemplateSection]
972TemplateSection = TemplateString.Section(Template[SectionStart:], PlaceHolderList)
973 TemplateSectionList.append(TemplateSection)
982TemplateSection = TemplateString.Section(Template[SectionStart:MatchStart], PlaceHolderList)
[all …]