update packages
This commit is contained in:
8
lisp/yasnippet-snippets/snippets/python-mode/__aenter__
Normal file
8
lisp/yasnippet-snippets/snippets/python-mode/__aenter__
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: __aenter__
|
||||
# key: _aenter
|
||||
# group: Special methods
|
||||
# --
|
||||
async def __aenter__(self):
|
||||
$0
|
||||
return self
|
||||
Reference in New Issue
Block a user