Searched refs:PyFrame_New (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Include/cpython/ |
H A D | frameobject.h | 9 PyAPI_FUNC(PyFrameObject *) PyFrame_New(PyThreadState *, PyCodeObject *,
|
/third_party/python/Python/ |
H A D | traceback.c | 19 #include "frameobject.h" // PyFrame_New() 285 frame = PyFrame_New(tstate, code, globals, NULL); in _PyTraceback_Add()
|
/third_party/python/Objects/ |
H A D | frameobject.c | 1039 PyFrame_New(PyThreadState *tstate, PyCodeObject *code, in PyFrame_New() function
|
/third_party/python/Modules/ |
H A D | _testcapimodule.c | 25 #include "frameobject.h" // PyFrame_New 6056 return (PyObject *)PyFrame_New(tstate, (PyCodeObject *)code, globals, locals); in frame_new()
|
Completed in 22 milliseconds