Kwargs docs

It often becomes a bit tedious to identify the list of kwargs that are provided by a function. Currently, I go though the source code or look for some online examples to identify them. Many functions recursively pass kwargs, and this makes it even more tedious. Is there a better way to quickly get the list of all kwargs that a function provides?

See this topic :slight_smile:

1 Like

On this topic, I have done a lot of efforts to have the kwargs limited and pull out the names of the arguments you can pass. It’s in master for now and will be released in v1.0.43

2 Likes