Home
last modified time | relevance | path

Searched refs:_PyFrame_Init (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Include/
Dpythonrun.h125 PyAPI_FUNC(int) _PyFrame_Init(void);
/external/python/cpython3/Include/
Dpylifecycle.h173 PyAPI_FUNC(int) _PyFrame_Init(void);
/external/python/cpython2/Objects/
Dframeobject.c649 int _PyFrame_Init() in _PyFrame_Init() function
/external/python/cpython3/Objects/
Dframeobject.c648 int _PyFrame_Init() in _PyFrame_Init() function
/external/python/cpython2/PC/os2emx/
Dpython27.def328 "_PyFrame_Init"
/external/python/cpython3/Python/
Dpylifecycle.c738 if (!_PyFrame_Init()) in _Py_InitializeCore_impl()
/external/python/cpython2/Python/
Dpythonrun.c214 if (!_PyFrame_Init()) in Py_InitializeEx()