yasnippet-snippets/snippets/python-mode/super
2017-08-13 12:16:55 +01:00

7 lines
No EOL
189 B
Text

# -*- mode: snippet -*-
# name: super
# key: super
# group: object oriented
# --
super(`(replace-regexp-in-string "\\([.]\\)[^.]+$" ", self)." (python-info-current-defun) nil nil 1)`($1)
$0