Files
emacs/lisp/yasnippet-snippets/snippets/python-mode/__exit__
2020-12-05 21:29:49 +01:00

7 lines
130 B
Plaintext

# -*- mode: snippet -*-
# name: __exit__
# key: ex
# group: dunder methods
# --
def __exit__(self, type, value, traceback):
$0