Quick_set()
Easily update a dictionary with the values from another.
The quick_set()
function updates a dictionary with the values from another dictionary with the same keys.
Usage
Parameters
A dictionary
Example
Last updated