raito.utils.helpers.safe_partial module¶
- raito.utils.helpers.safe_partial.safe_partial(func, /, **kwargs)[исходный код]¶
Creates a partial version of a function, keeping only keyword arguments that are accepted by the original function.
Creates a partial version of a function, keeping only keyword arguments that are accepted by the original function.