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