Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dpythonrun.h126 PyAPI_FUNC(int) _PyFrame_Init(void);
/external/python/cpython2/Objects/
Dframeobject.c613 int _PyFrame_Init() in _PyFrame_Init() function
/external/python/cpython2/PC/os2emx/
Dpython27.def328 "_PyFrame_Init"
/external/python/cpython2/Python/
Dpythonrun.c207 if (!_PyFrame_Init()) in Py_InitializeEx()