def compiled(self): if self._compiled is None: self._compiled = autojit(self.py_func, **self.targetoptions) return self._compiled