Home
last modified time | relevance | path

Searched refs:_PyModule_GetDict (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_moduleobject.h31 static inline PyObject* _PyModule_GetDict(PyObject *mod) { in _PyModule_GetDict() function
34 // _PyModule_GetDict(mod) must not be used after calling module_clear(mod) in _PyModule_GetDict()
/third_party/python/Objects/
H A Dmoduleobject.c483 return _PyModule_GetDict(m); in PyModule_GetDict()
H A Dframeobject.c7 #include "pycore_moduleobject.h" // _PyModule_GetDict()
1387 builtins = _PyModule_GetDict(builtins); in _PyEval_BuiltinsFromGlobals()

Completed in 4 milliseconds