numba.utils

numba.utils.debugout(*args)

This is a magic function. If you use it in compiled functions, Numba should generate code for displaying the received value.

numba.utils.itercode(code)

Return a generator of byte-offset, opcode, and argument from a byte-code-string

Previous topic

numba.translate

Next topic

numba.visitors

This Page