post ==== .. py:module:: post .. autoapi-nested-parse:: 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 --------- .. autoapisummary:: post.handle_post_processing Module Contents --------------- .. py:function:: 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.