update packages
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: __enter__
|
||||
# key: ent
|
||||
# group: dunder methods
|
||||
# key: _enter
|
||||
# group: Special methods
|
||||
# --
|
||||
def __enter__(self):
|
||||
$0
|
||||
|
||||
return self
|
||||
return self
|
||||
|
||||
Reference in New Issue
Block a user