Python patch of a object creation not working

前端 未结 0 1009
既然无缘
既然无缘 2020-12-13 02:36

app.py

class UnderTest:
    def one(self):
        print(\'In one\')
        email = EmailSender(None, \'messwage\');
        email.send()


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题