Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 171 Bytes

not-context-manager.md

File metadata and controls

7 lines (4 loc) · 171 Bytes

Pattern: Not context manager

Issue: -

Description

Used when an instance in a with statement doesn't implement the context manager protocol (__enter__, __exit__).