post¶

Post-processing Phase for Call Rewriting.

Handles output adaptation and state threading. Updated to prevent imports from legacy modules and removed deprecated output adapter hooks.

Functions¶

handle_post_processing(→ libcst.CSTNode)

Applies post-rewrite modifications to the result node.

Module Contents¶

post.handle_post_processing(rewriter: Any, node: libcst.CSTNode, mapping: Dict[str, Any], abstract_id: str) → libcst.CSTNode¶

Applies post-rewrite modifications to the result node.