Mercurial > hg > dotemacs
view elpa/elpy-1.18.0/snippets/python-mode/__rpow__ @ 175:56ea66d76309
elpy: version 1.18
author | Jordi Gutiérrez Hermoso <jordigh@octave.org> |
---|---|
date | Wed, 14 Feb 2018 15:14:23 -0500 |
parents | elpa/elpy-1.14.1/snippets/python-mode/__rpow__@c745e2cc79ee |
children |
line wrap: on
line source
# -*- mode: snippet -*- # name: __rpow__ # key: __rpow__ # group: Special methods # -- def __rpow__(self, other): return $0