Files
emacs/lisp/yasnippet-snippets/snippets/python-mode/__aexit__
2025-03-11 21:14:26 +01:00

8 lines
152 B
Plaintext

# -*- mode: snippet -*-
# name: __aexit__
# key: _aexit
# group: Special methods
# --
async def __aexit__(self, exc_type, exc_value, traceback):
$0