7 lines
108 B
Text
7 lines
108 B
Text
# -*- mode: snippet -*-
|
|
# name: _iter
|
|
# key: _iter
|
|
# group: Special methods
|
|
# --
|
|
def __iter__(self):
|
|
$0
|