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