Home
last modified time | relevance | path

Searched refs:PyFrame_New (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
H A Dframeobject.h9 PyAPI_FUNC(PyFrameObject *) PyFrame_New(PyThreadState *, PyCodeObject *,
/third_party/python/Python/
H A Dtraceback.c19 #include "frameobject.h" // PyFrame_New()
285 frame = PyFrame_New(tstate, code, globals, NULL); in _PyTraceback_Add()
/third_party/python/Objects/
H A Dframeobject.c1039 PyFrame_New(PyThreadState *tstate, PyCodeObject *code, in PyFrame_New() function
/third_party/python/Modules/
H A D_testcapimodule.c25 #include "frameobject.h" // PyFrame_New
6056 return (PyObject *)PyFrame_New(tstate, (PyCodeObject *)code, globals, locals); in frame_new()

Completed in 22 milliseconds