]> crepu.dev Git - config.git/blame - djavu-asus/elpa/elpy-20230803.1455/snippets/python-mode/_divmod
Configuracion en desarrollo PC pega
[config.git] / djavu-asus / elpa / elpy-20230803.1455 / snippets / python-mode / _divmod
CommitLineData
53e6db90
DC
1# -*- mode: snippet -*-
2# name: _divmod
3# key: _divmod
4# group: Special methods
5# --
6def __divmod__(self, other):
7 return $0