Exemplo n.º 1
0
 def value(self, value):
     converter = TYPES.get(self.key.type)
     self._value = str(converter(value))
Exemplo n.º 2
0
 def value(self, value):
     converter = TYPES.get(self.key.type)
     self._value = str(converter(value))
Exemplo n.º 3
0
 def value(self):
     converter = TYPES.get(self.key.type)
     return converter(self._value)
Exemplo n.º 4
0
 def value(self):
     converter = TYPES.get(self.key.type)
     return converter(self._value)