Which of the following methods have to be defined in a class to make it act like a context manager?

QuestionsCategory: QuestionsWhich of the following methods have to be defined in a class to make it act like a context manager?
admin Staff asked 3 years ago

Answer: __enter__, __exit__