strategy ======== .. py:module:: strategy .. autoapi-nested-parse:: Core Transformation Strategies for Call Rewriting. Functions --------- .. autoapisummary:: strategy.execute_strategy Module Contents --------------- .. py:function:: execute_strategy(rewriter: Any, original: libcst.Call, updated: libcst.Call, mapping: Dict[str, Any], details: Dict[str, Any], abstract_id: str) -> libcst.CSTNode Applies the appropriate transformation strategy.