]> crepu.dev Git - config.git/blame - 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
CommitLineData
53e6db90
DC
1# -*- mode: snippet -*-
2# name: _new
3# key: _new
4# group: Special methods
5# --
6def __new__(cls${1:, args}):
7 """$2
8
9 """
10 ${1:$(elpy-snippet-init-assignments yas-text)}