Home
last modified time | relevance | path

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

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