From b045e27c545d4027811637193632ec3ea5ef7858 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Thu, 19 Sep 2013 16:21:37 +0200 Subject: Initial commit --- .emacs.d/mysnippets/text-mode/python-mode/mpropg | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .emacs.d/mysnippets/text-mode/python-mode/mpropg (limited to '.emacs.d/mysnippets/text-mode/python-mode/mpropg') diff --git a/.emacs.d/mysnippets/text-mode/python-mode/mpropg b/.emacs.d/mysnippets/text-mode/python-mode/mpropg new file mode 100644 index 0000000..6fa9011 --- /dev/null +++ b/.emacs.d/mysnippets/text-mode/python-mode/mpropg @@ -0,0 +1,10 @@ +#contributor : Simeon Simeonov +#name : @property foo ... getter +# -- +@property +def ${1:foo}(self): + """ + """ + return self._$1 + +$0 -- cgit v1.3