Install yasnippet and vala-snippets packages
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: __exit__
|
||||
# key: ex
|
||||
# group: dunder methods
|
||||
# --
|
||||
def __exit__(self, type, value, traceback):
|
||||
$0
|
Reference in New Issue
Block a user