Utilities shared by package flory.
flory
Functions
filter_kwargs
Filter the keyword arguments (dict) not accepted by a function.
kwargs_full¶ (dict[str, Any]) – The dictionary for all keyword arguments, including the redundant ones.
dict
str
Any
func¶ (Callable) – The function to check against.
Callable
The filtered dictionary
dict[str, Any]