Exemple #1
0
 def _setflavor(self, flavor):
     self._v_file._checkWritable()
     check_flavor(flavor)
     self._v_attrs.FLAVOR = self._flavor = flavor  # logs the change
Exemple #2
0
 def _setflavor(self, flavor):
     self._v_file._checkWritable()
     check_flavor(flavor)
     self._v_attrs.FLAVOR = self._flavor = flavor  # logs the change