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

8 lines
124 B
Plaintext

# -*- mode: snippet -*-
# name: with
# key: with
# group : control structure
# --
with ${1:expr}${2: as ${3:alias}}:
$0