Home
last modified time | relevance | path

Searched refs:_Py_Get_Getpath_CodeObject (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_initconfig.h171 PyAPI_FUNC(PyObject*) _Py_Get_Getpath_CodeObject(void);
/third_party/python/Modules/
Dgetpath.c798 _Py_Get_Getpath_CodeObject(void) in _Py_Get_Getpath_CodeObject() function
855 PyObject *co = _Py_Get_Getpath_CodeObject(); in _PyConfig_InitPathConfig()
D_testinternalcapi.c400 return _Py_Get_Getpath_CodeObject(); in get_getpath_codeobject()