Home
last modified time | relevance | path

Searched defs:cframe (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
Dpystate.h110 _PyCFrame *cframe; member
/third_party/python/Objects/
Dtypeobject.c8986 super_init_without_args(_PyInterpreterFrame *cframe, PyCodeObject *co, in super_init_without_args()
9082 _PyInterpreterFrame *cframe = tstate->cframe->current_frame; in super_init_impl() local
/third_party/python/Python/
Dceval.c1657 _PyCFrame cframe; local