numba.nodes

numba.nodes.call_pyfunc(py_func, args)

Generate an object call for a python function given during compilation time

numba.nodes.is_name(node)

Returns whether the given node is a Name

Previous topic

numba.ndarray_helpers

Next topic

numba.pipeline

This Page