]> code.delx.au - gnu-emacs-elpa/blob - snippets/python-mode/for
c7d55b12c2968280fcfc7431874757c2705cf96e
[gnu-emacs-elpa] / snippets / python-mode / for
1 #name : for ... in ... : ...
2 # key: for
3 # --
4 for ${var} in ${collection}:
5 $0