Lines Matching defs:globals
667 // If we aren't initing the globals, we should still always set the
984 PythonDictionary globals = main_module.GetDictionary();
989 As<PythonDictionary>(globals.GetAttribute(m_dictionary_name)));
991 locals = globals;
994 runStringOneLine(in_string, globals, locals);
1108 PythonDictionary globals = main_module.GetDictionary();
1113 As<PythonDictionary>(globals.GetAttribute(m_dictionary_name)));
1115 locals = globals;
1118 runStringMultiLine(in_string, globals, locals);
1293 " global_dict = globals()"); // Grab the global dictionary