]> crepu.dev Git - config.git/blob - djavu-asus/elpa/elpy-20230803.1455/snippets/python-mode/_init
Configuracion en desarrollo PC pega
[config.git] / djavu-asus / elpa / elpy-20230803.1455 / snippets / python-mode / _init
1 # -*- mode: snippet -*-
2 # name: _init with assignment
3 # key: _init
4 # group: Special methods
5 # --
6 def __init__(self${1:, args}):
7 """$2
8
9 """
10 ${1:$(elpy-snippet-init-assignments yas-text)}