summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/python-mode/cls
diff options
context:
space:
mode:
authorSimeon Simeonov2015-02-06 15:12:52 +0100
committerSimeon Simeonov2015-02-06 15:12:52 +0100
commitb5d0bc24d0c062127bec902b359334afd113a416 (patch)
treeacdaf3e6a60c29c87061955fbe8f02119b94cd27 /.emacs.d/snippets/python-mode/cls
parent897eee81de8b3f6adf0165f50e95600a7b89c20c (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/cls2
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# --
6class ${1:class}: 6class ${1:class}(${2:object}):
7 $0 7 $0