def eid(self): return id_encode(self.id)
def eid(self): self.cid = id_encode(self.id) return self.cid