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, 7 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/super b/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/super new file mode 100644 index 0000000..83d98e8 --- /dev/null +++ b/Emacs/.config/emacs/.config/yasnippet/snippets/python-mode/super @@ -0,0 +1,7 @@ +# -*- 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 |