dispatch¶

Logic for Conditional API Dispatch.

Functions¶

evaluate_dispatch_rules(→ Optional[str])

Evaluates conditional dispatch rules against the current call arguments.

Module Contents¶

dispatch.evaluate_dispatch_rules(rewriter, node: libcst.Call, rules: List[Any], details: Dict[str, Any]) → str | None¶

Evaluates conditional dispatch rules against the current call arguments.