Description
Represent Python source code in a rich abstract form used by linters, analyzers, and refactoring tools. It helps developer tooling understand imports, objects, scopes, and code structure.
Static representations are approximations of runtime behavior. Validate findings against real execution when changing important code.