diff options
Diffstat (limited to '.emacs.d/mysnippets/text-mode/python-mode/mpropsg')
| -rw-r--r-- | .emacs.d/mysnippets/text-mode/python-mode/mpropsg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/mysnippets/text-mode/python-mode/mpropsg b/.emacs.d/mysnippets/text-mode/python-mode/mpropsg index 3d515fa..0665f5e 100644 --- a/.emacs.d/mysnippets/text-mode/python-mode/mpropsg +++ b/.emacs.d/mysnippets/text-mode/python-mode/mpropsg | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | #contributor : Simeon Simeonov <blackmore@pichove.org> | 1 | #contributor : Simeon Simeonov <blackmore@pichove.org> |
| 2 | #name : @property foo ... getter & setter | 2 | #name : @property foo ... getter & setter |
| 3 | #expand-env: ((yas/indent-line 'fixed) (yas/wrap-around-region 'nil)) | ||
| 3 | # -- | 4 | # -- |
| 4 | @property | 5 | @property |
| 5 | def ${1:foo}(self): | 6 | def ${1:foo}(self): |
