branch: elpa/yasnippet-snippets commit 1bf034887c4048c38266842686b7f9c8384f72e7 Author: Julien Palard <jul...@palard.fr> Commit: GitHub <nore...@github.com>
python-mode: Adding missing __next__ special method. (#501) --- snippets/python-mode/__next__ | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/snippets/python-mode/__next__ b/snippets/python-mode/__next__ new file mode 100644 index 0000000000..2f22eff76b --- /dev/null +++ b/snippets/python-mode/__next__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __next__ +# key: _next +# group: Special methods +# -- +def __next__(self): + $0