src/eric7/PipInterface/PipPackagesWidget.py

branch
eric7-maintenance
changeset 10079
0222a480e93d
parent 9940
a57c188857e9
parent 10069
435cc5875135
child 10101
34f74c19ed7a
equal deleted inserted replaced
10005:097199aec4bd 10079:0222a480e93d
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