if (keyStr.startsWith(prefix)) {
                        String expandedKey = expandCollapsedVarName(keyStr, contextName);
                        PythonObject val = pop.call(key);
                        PythonObject newKey = new PythonObject(expandedKey);
                        globals.set(newKey, val);