Open Table Of Contents

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

numba.nodes.typednode(node, type)

Set a type and simple typed variable on a node