Home
last modified time | relevance | path

Searched refs:module_dict_for_exec (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Python/
Dimport.c760 module_dict_for_exec(PyThreadState *tstate, PyObject *name) in module_dict_for_exec() function
818 d = module_dict_for_exec(tstate, name); in PyImport_ExecCodeModuleObject()
1190 d = module_dict_for_exec(tstate, name); in PyImport_ImportFrozenModuleObject()
/third_party/python/Tools/c-analyzer/
DTODO545 Python/import.c:module_dict_for_exec():PyId___builtins__ _Py_IDENTIFIER(__builtins__)