8 lines
121 B
Plaintext
8 lines
121 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: __aiter__
|
|
# key: _aiter
|
|
# group: Special methods
|
|
# --
|
|
def __aiter__(self):
|
|
return $0
|