Home
last modified time | relevance | path

Searched refs:PyFrame_Fini (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Include/
Dpythonrun.h137 PyAPI_FUNC(void) PyFrame_Fini(void);
/external/python/cpython2/PC/os2vacpp/
Dpython.def187 PyFrame_Fini
/external/python/cpython2/Objects/
Dframeobject.c976 PyFrame_Fini(void) in PyFrame_Fini() function
/external/python/cpython2/PC/os2emx/
Dpython27.def329 "PyFrame_Fini"
/external/python/cpython2/Python/
Dpythonrun.c521 PyFrame_Fini(); in Py_Finalize()