diff options
Diffstat (limited to 'Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/super')
-rw-r--r-- | Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/super | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/super b/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/super deleted file mode 100644 index 83d98e8..0000000 --- a/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/super +++ /dev/null @@ -1,7 +0,0 @@ -# -*- mode: snippet -*- -# name: super -# key: super -# uuid: super -# group: object oriented -# -- -super(${1:Class}, self).${2:function}(${3:args})
\ No newline at end of file |