diff options
| author | Simeon Simeonov | 2015-02-06 15:12:52 +0100 |
|---|---|---|
| committer | Simeon Simeonov | 2015-02-06 15:12:52 +0100 |
| commit | b5d0bc24d0c062127bec902b359334afd113a416 (patch) | |
| tree | acdaf3e6a60c29c87061955fbe8f02119b94cd27 /.emacs.d/snippets/python-mode/cls | |
| parent | 897eee81de8b3f6adf0165f50e95600a7b89c20c (diff) | |
Added dunder, property_getter and property_setter for python-mode
Diffstat (limited to '.emacs.d/snippets/python-mode/cls')
| -rw-r--r-- | .emacs.d/snippets/python-mode/cls | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/snippets/python-mode/cls b/.emacs.d/snippets/python-mode/cls index 9f8b27c..3e3863a 100644 --- a/.emacs.d/snippets/python-mode/cls +++ b/.emacs.d/snippets/python-mode/cls | |||
| @@ -3,5 +3,5 @@ | |||
| 3 | # key: cls | 3 | # key: cls |
| 4 | # group: object oriented | 4 | # group: object oriented |
| 5 | # -- | 5 | # -- |
| 6 | class ${1:class}: | 6 | class ${1:class}(${2:object}): |
| 7 | $0 | 7 | $0 |
