Python #464 LIKE 0 0 class SomeThing(object) def _get_value(self): return #return some value get_value = property(_get_value)