pystencils.jit.JitBase# class pystencils.jit.JitBase# Base class for just-in-time compilation interfaces implemented in pystencils. abstract compile(kernel)# Compile a kernel function and return a callable object which invokes the kernel. Return type: KernelWrapper Parameters: kernel (Kernel)