We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
Here, it reads:
I guess that should read:
Please not that he additional underscores are provided for emphasis only.