Home | History | Annotate | Download | only in Interpreter

Lines Matching refs:main_dict

716         PyObject *main_dict = PyModule_GetDict (main_mod);
717 if ((main_dict != NULL)
718 && PyDict_Check (main_dict))
724 while (PyDict_Next (main_dict, &pos, &key, &value))