strategy¶

Core Transformation Strategies for Call Rewriting.

Functions¶

execute_strategy(→ libcst.CSTNode)

Applies the appropriate transformation strategy.

Module Contents¶

strategy.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.