param.parameterized.Parameters.values#

Parameters.values(onlychanged=False)[source]#

Return a dictionary of name,value pairs for the Parameters of this object.

When called on an instance with onlychanged set to True, will only return values that are not equal to the default value (onlychanged has no effect when called on a class).