view elpa/elpy-1.26.0/snippets/python-mode/__getattribute__ @ 183:3de719fb264a

elpy: version 1.26
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Wed, 21 Nov 2018 14:39:16 -0500 (2018-11-21)
parents elpa/elpy-1.25.0/snippets/python-mode/__getattribute__@c3bd84985977
children
line wrap: on
line source
# -*- mode: snippet -*-
# name: __getattribute__
# key: __getattribute__
# group: Special methods
# --
def __getattribute__(self, name):
    return $0