def init(self, _type=ZR): return init(self.group, _type)
def init(self, _type=ZR): """initializes an object with a specified type and value""" return init(self.ec_group, _type)
def init(self, _type=ZR, value=None): """initializes an object with a specified type and value""" if value is not None: return init(self.ec_group, _type, value) return init(self.ec_group, _type)