Klimi's new dotfiles with stow.
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 

7 líneas
145 B

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