remove_params

remove_params(
    func: Callable[..., Any],
    sig: Signature,
    params: Iterable[str]
) -> None
Parameters:
NameDescription
funcType: Callable[…, Any]
sigType: inspect.Signature
paramsType: Iterable[str]