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

9 lines
128 B
Plaintext

# -*- mode: snippet -*-
# name: classmethod
# key: cm
# group: object oriented
# --
@classmethod
def ${1:meth}(cls, $2):
$0