Searched defs:mdict (Results 1 - 1 of 1) sorted by relevance

/external/python/cpython2/Python/
H A Dimport.c608 PyObject *dict, *mod, *mdict; local
617 mdict = PyModule_GetDict(mod);
618 if (mdict == NULL)
620 if (PyDict_Update(mdict, dict))

Completed in 325 milliseconds