about summary refs log blame commit diff
path: root/users/wpcarro/emacs/.emacs.d/snippets/python-mode/init
blob: 5c407495f53acb73c48339b268786380529a3102 (plain) (tree)
1
2
3
4
5
6





                       
# -*- mode: snippet -*-
# name: dunder init
# key: ctor
# --
def __init__(self$1):
    $2