We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Here, it reads:
if isinstance(values, dict): for key, val in value.iteritems():
I guess that should read:
if isinstance(values, dict): for key, val in value_s_.iteritems():
Please not that he additional underscores are provided for emphasis only.