]> code.delx.au - gnu-emacs-elpa/blob - packages/yasnippet/snippets/python-mode/while
Add 'packages/delight/' from commit 'cd037ed41ae29dda89e36ff2ac8637aea96acded'
[gnu-emacs-elpa] / packages / yasnippet / snippets / python-mode / while
1 # name: while ... : ...
2 # key: while
3 # --
4 while ${condition}:
5 $0