diff --git a/snippets/python-mode/__next__ b/snippets/python-mode/__next__ new file mode 100644 index 00000000..2f22eff7 --- /dev/null +++ b/snippets/python-mode/__next__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __next__ +# key: _next +# group: Special methods +# -- +def __next__(self): + $0