Skip to content

Commit a632548

Browse files
JulienPalardlewars
authored andcommitted
python-mode: Adding missing __next__ special method. (AndreaCrotti#501)
1 parent e83dfe1 commit a632548

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

snippets/python-mode/__next__

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# -*- mode: snippet -*-
2+
# name: __next__
3+
# key: _next
4+
# group: Special methods
5+
# --
6+
def __next__(self):
7+
$0

0 commit comments

Comments
 (0)