comparison elpa/elpy-1.25.0/snippets/python-mode/__gt__ @ 182:c3bd84985977

upgrade elpy to 1.25
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Thu, 11 Oct 2018 15:38:33 -0400
parents elpa/elpy-1.18.0/snippets/python-mode/__gt__@56ea66d76309
children
comparison
equal deleted inserted replaced
181:5ff62f07dd47 182:c3bd84985977
1 # -*- mode: snippet -*-
2 # name: __gt__
3 # key: __gt__
4 # group: Special methods
5 # --
6 def __gt__(self, other):
7 return $0