↓ 8 callersFunctionget_patch_for(
func: Any,
examples: Sequence[tuple[str, str]],
*,
strip_via: tuple[str, ...] = (),
)
hypothesis/src/hypothesis/extra/_patching.py:162
↓ 7 callersFunction_make_test_body(
*funcs: Callable,
ghost: str,
test_body: str,
except_: tuple[type[Exception], ...],
asse
hypothesis/src/hypothesis/extra/ghostwriter.py:817