Searched refs:ObjList (Results 1 – 2 of 2) sorted by relevance
118 ObjList = self.SpecialComments[Type]119 ObjList.append(Item)120 self.SpecialComments[Type] = ObjList122 ObjList = []123 ObjList.append(Item)124 self.SpecialComments[Type] = ObjList
742 def GenProtocolPPiSections(ObjList, IsProtocol): argument745 for Object in ObjList: