def __analysis(self,htmls):
# type(htmls)
root_htmls = re.findall(Spider.root_pattern,htmls)
a = 1
错误是
Unused variable 'root_htmls'pylint(unused-variable)
相关分类