#contributor : Julio Carlos Menendez #name : _get_foo ... foo=property(...) # -- def _get_${1:foo}(self): return self._$1 $1 = property(_get_$1) $0