Searched refs:TemplateSection (Results 1 – 1 of 1) sorted by relevance
873 def __init__(self, TemplateSection, PlaceHolderList): argument874 self._Template = TemplateSection887 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]972 … TemplateSection = TemplateString.Section(Template[SectionStart:], PlaceHolderList)973 TemplateSectionList.append(TemplateSection)982 … TemplateSection = TemplateString.Section(Template[SectionStart:MatchStart], PlaceHolderList)[all …]