view elpa/elpy-1.18.0/snippets/python-mode/__oct__ @ 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/__oct__@c745e2cc79ee
children
line wrap: on
line source

# -*- mode: snippet -*-
# name: __oct__
# key: __oct__
# group: Special methods
# --
def __oct__(self):
    return $0