What rule of thumb should you remember for resource cleanup?
When should you avoid a fancy use of resource cleanup?
How does resource cleanup affect maintainability?
What state reasoning matters with resource cleanup?
What naming guidance fits resource cleanup?
What does good functools.wraps code look like?
When should you avoid a fancy use of functools.wraps?
How does functools.wraps affect maintainability?
What state reasoning matters with functools.wraps?
What naming guidance fits functools.wraps?