setter 102 B

1234567
  1. # -*- coding: utf-8 -*-
  2. # name: setter
  3. # key: setter
  4. # --
  5. def set_${1:x}(self, $1):
  6. self._$1 = $1