dispatch ======== .. py:module:: dispatch .. autoapi-nested-parse:: Logic for Conditional API Dispatch. Functions --------- .. autoapisummary:: dispatch.evaluate_dispatch_rules Module Contents --------------- .. py:function:: evaluate_dispatch_rules(rewriter, node: libcst.Call, rules: List[Any], details: Dict[str, Any]) -> Optional[str] Evaluates conditional dispatch rules against the current call arguments.