Description
Analyze Python code relationships such as definitions, uses, and dependencies for tools that transform or inspect programs. It helps compilers, optimizers, and code generators understand source structure.
Static analysis is an approximation of runtime behavior. Review results carefully when generated changes affect important code.