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