Skip to content
A note about keyword arguments

If you have a function that you can call with all positional arguments, and then choose to call it with keyword arguments, the artifact will be saved with a different name. That is because of the way hashing of function arguments is done -- first positional arguments are hashed, then keyword arguments.