↓ 1 callersFunction_get_patch_for(
func: Any,
examples: Sequence[tuple[str, str]],
*,
strip_via: tuple[str, ...] = (),
name
hypothesis/src/hypothesis/extra/_patching.py:192
↓ 1 callersFunction_make_binop_body(
func: Callable[[X, X], Y],
*,
associative: bool = True,
commutative: bool = True,
identi
hypothesis/src/hypothesis/extra/ghostwriter.py:1735