def check_update(self, update): return isinstance(update, string_types) and bool(re.match(self.pattern, update))