↓ 14 callersFunctionrepr_call(
f: Any, args: Sequence[object], kwargs: dict[str, object], *, reorder: bool = True
)
hypothesis/src/hypothesis/internal/reflection.py:310
↓ 8 callersFunctionget_patch_for(
func: Any,
examples: Sequence[tuple[str, str]],
*,
strip_via: tuple[str, ...] = (),
)
hypothesis/src/hypothesis/extra/_patching.py:162