dotfiles/.emacs.d/snippets/python-mode/__exit__

7 lines
130 B
Plaintext
Raw Normal View History

2017-12-21 17:29:29 +01:00
# -*- mode: snippet -*-
# name: __exit__
# key: ex
# group: dunder methods
# --
def __exit__(self, type, value, traceback):
$0