Skip to content

Commit

Permalink
python-mode: Adding missing __next__ special method. (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPalard authored Jun 3, 2024
1 parent 856b994 commit 1bf0348
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions snippets/python-mode/__next__
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# -*- mode: snippet -*-
# name: __next__
# key: _next
# group: Special methods
# --
def __next__(self):
$0

0 comments on commit 1bf0348

Please sign in to comment.