Files
2025-03-11 21:14:26 +01:00

8 lines
143 B
Plaintext

# -*- mode: snippet -*-
# name: __exit__
# key: _exit
# group: Special methods
# --
def __exit__(self, exc_type, exc_value, traceback):
$0