Represents a block of Python code in the AST.
This class handles the generation of arbitrary Python code blocks, either as
static strings or as dynamic code generation functions. It is used for language
features not directly supported by specific AST node classes.
Represents a block of Python code in the AST. This class handles the generation of arbitrary Python code blocks, either as static strings or as dynamic code generation functions. It is used for language features not directly supported by specific AST node classes.