my_module my_module.do_stuff.return_value = TrueE1101: Function 'do_stuff' has no 'return_value' member (no-member)
这是不正确的,因为my_module.do_stuff()已被替换为支持此调用的模拟,然而,Pylint似乎不理解这一点。我可以在
可能是非常基础的,但我还没有完全理解它。self.Portal.PTF.Click_on_Element(self.locator)
return self.locatorE1101: 8,15:baseElement.present: Instance of 'str' has no 'PTF' member
E1101: 11,15:baseEle