Why “AttributeError: __enter__” occur?

前端 未结 0 1419
攒了一身酷
攒了一身酷 2020-12-02 10:22

class Sample: #获取资源 def enter(self): print("enter") return self

#释放资源
def __exit__(self, exc_type, exc_val, exc_tb):
    print(&quo         


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