diff options
| author | Simeon Simeonov | 2016-09-06 07:39:30 +0200 |
|---|---|---|
| committer | Simeon Simeonov | 2016-09-06 07:39:30 +0200 |
| commit | 6a3efe35bf8b20b0900dbbf7747b8b8d0d19bd04 (patch) | |
| tree | 1d00039f67672be9e0f8abb48aaad663ab85a37b /.emacs.d/snippets/python-mode/scls | |
| parent | 991f8ff925f51fd5598db72885f8cca1a1a79bed (diff) | |
Upgrade ports
Diffstat (limited to '.emacs.d/snippets/python-mode/scls')
| -rw-r--r-- | .emacs.d/snippets/python-mode/scls | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.emacs.d/snippets/python-mode/scls b/.emacs.d/snippets/python-mode/scls new file mode 100644 index 0000000..4a10e28 --- /dev/null +++ b/.emacs.d/snippets/python-mode/scls | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # name: subclass | ||
| 3 | # key: scls | ||
| 4 | # group: object oriented | ||
| 5 | # -- | ||
| 6 | class ${1:class}(${2:super-class}): | ||
| 7 | $0 | ||
