src/eric7/PipInterface/PipPackagesWidget.py

branch
eric7
changeset 10069
435cc5875135
parent 9851
ec12090e9cd9
child 10079
0222a480e93d
child 10084
125166c6b66c
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
128 """ 128 """
129 if self.__activeClass is not None: 129 if self.__activeClass is not None:
130 attributeName = self.__activeClass.replace(self.ClassPrefix, "") 130 attributeName = self.__activeClass.replace(self.ClassPrefix, "")
131 self.__results[-1][attributeName] = data 131 self.__results[-1][attributeName] = data
132 132
133 def handle_endtag(self, tag): 133 def handle_endtag(self, tag): # noqa: U100
134 """ 134 """
135 Public method to process the end tag. 135 Public method to process the end tag.
136 136
137 @param tag tag name (all lowercase) 137 @param tag tag name (all lowercase)
138 @type str 138 @type str

eric ide

mercurial