Files
2025-03-11 21:14:26 +01:00

8 lines
127 B
Plaintext

# -*- mode: snippet -*-
# name: __anext__
# key: _anext
# group: Special methods
# --
async def __anext__(self):
return $0