aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/__exit__
diff options
context:
space:
mode:
Diffstat (limited to 'Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/__exit__')
-rw-r--r--Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/__exit__8
1 files changed, 8 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/__exit__ b/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/__exit__
new file mode 100644
index 0000000..7b006dc
--- /dev/null
+++ b/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/__exit__
@@ -0,0 +1,8 @@
+# -*- mode: snippet -*-
+# name: __exit__
+# key: ex
+# uuid: ex
+# group: dunder methods
+# --
+def __exit__(self, type, value, traceback):
+ $0 \ No newline at end of file