]> crepu.dev Git - config.git/blob - 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
1 # -*- mode: snippet -*-
2 # name: _divmod
3 # key: _divmod
4 # group: Special methods
5 # --
6 def __divmod__(self, other):
7 return $0