returns the new text value.
(self)
| 3247 | self.attributes['value'] = str(value) |
| 3248 | |
| 3249 | def get_value(self): |
| 3250 | """returns the new text value.""" |
| 3251 | return self.attributes['value'] |
| 3252 | |
| 3253 | @decorate_set_on_listener("(self, emitter, value)") |
| 3254 | @decorate_event |
no outgoing calls
no test coverage detected