Searched refs:get_isl_method (Results 1 – 1 of 1) sorted by relevance
36 self.ctx = self.get_isl_method("get_ctx")(self)46 self.get_isl_method("free")(self)75 self.get_isl_method("copy").argtypes = [self.__class__]76 self.get_isl_method("copy").restype = c_int77 self.get_isl_method("free").argtypes = [self.__class__]78 self.get_isl_method("get_ctx").argtypes = [self.__class__]79 self.get_isl_method("get_ctx").restype = Context.from_ptr 82 def get_isl_method(self, name): member in IslObject197 self.get_isl_method("copy").argtypes = [self.__class__]198 self.get_isl_method("copy").restype = c_int[all …]