Getting started
API Reference
Examples
Get the kwargs of a function or class.
func_or_cls (callable) – The function or class to get the kwargs of.
kwonly (bool, default False) – Whether to get the kwonly kwargs of the function or class.
kwargs – The kwargs of the function or class.
Dict[str, Any]