numba.cfgΒΆ

cfg

Defines the ControlFlowGraph class, which is used by the Numba translator to perform accurate phi node generation.

When used as the main module, displays the control flow graph for arguments of the form <module.module_fn>. Example:

% python -m numba.cfg test_while.while_loop_fn_0

Previous topic

numba.ast_type_inference

Next topic

numba.closure

This Page