Skip to main content

Module traversal

Module traversal 

Source
Expand description

Utilities for manually traversing a Python AST.

Structs§

EnclosingSuite

Functions§

suite
Given a Stmt and its parent, return the ast::Suite that contains the Stmt.