We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856b994 commit 1bf0348Copy full SHA for 1bf0348
snippets/python-mode/__next__
@@ -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