Home
last modified time | relevance | path

Searched refs:PyFunction_AS_FRAME_CONSTRUCTOR (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/
Dfuncobject.h96 #define PyFunction_AS_FRAME_CONSTRUCTOR(func) \ macro
/external/python/cpython3/Objects/
Dcall.c336 PyFrameConstructor *f = PyFunction_AS_FRAME_CONSTRUCTOR(func); in _PyFunction_Vectorcall()
/external/python/cpython3/Python/
Dbltinmodule.c214 PyFrameConstructor *f = PyFunction_AS_FRAME_CONSTRUCTOR(func); in builtin___build_class__()