Using python, this code should only report 1 variable.
``` data = dict( en = "beer", de = "bier", es = "cerveza" ) ```
But 4 variables are reported in the sidebar:

Thanks for all your work!