module documentation

Test cases for type inference helper functions.

Class MapActualsToFormalsSuite Test cases for argmap.map_actuals_to_formals.
Class OperandComparisonGroupingSuite Test cases for checker.group_comparison_operands.
Class OperandDisjointDictSuite Test cases for checker.DisjointDict, which is used for type inference with operands.
Function expand_callee_kinds Undocumented
Function expand_caller_kinds Undocumented
def expand_callee_kinds(kinds_and_names: list[ArgKind|tuple[ArgKind, str]]) -> tuple[list[ArgKind], list[str|None]]: (source)

Undocumented

def expand_caller_kinds(kinds_or_names: list[ArgKind|str]) -> tuple[list[ArgKind], list[str|None]]: (source)

Undocumented