# -*- mode: snippet -*-
# name: _iter
# key: _iter
# group: Special methods
# --
def __iter__(self):
$0