def __conform__(self, protocol): if protocol is sqlite.PrepareProtocol: return self.val else: return None