Home
last modified time | relevance | path

Searched defs:PyFrame_New (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
Dframeobject.c658 PyFrame_New(PyThreadState *tstate, PyCodeObject *code, PyObject *globals, in PyFrame_New() function
/external/python/cpython3/Objects/
Dframeobject.c783 PyFrame_New(PyThreadState *tstate, PyCodeObject *code, in PyFrame_New() function