Numba in Methods

Hi,
I’m pretty new to numba so sorry for my newbe-question.

If I tag the method with the njit decorteur and generate different instances of the class, will the method be recognized as a ‘new’ method for each instance and thus recompiled for each instance or will it only be compiled once and then recognized as compiled for the other instances?

Thnaks for your help!

Can you supply a short example to clarify your question?