Process aliases and legacy keywords.
Helper function to process function arguments by mapping aliases to their default keywords. The alias mapping is a dictionary that returns a tuple consisting of valid aliases and legacy aliases:
alias_mapping = { 'argument_name_1': (['alias', ...], ['legacy', ...]), ...}
If an alias is present in the dictionary of keywords, it will be used to set the value of the argument. If a legacy keyword is used, a warning is issued.
Dictionary of variable keyword arguments.
Dictionary providing aliases and legacy names.
If multiple keyword aliased are used for the same parameter.
If legacy name is used to set the value for the variable.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4