Home
last modified time | relevance | path

Searched refs:PyFunction_GET_DEFAULTS (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/
Dfuncobject.h78 #define PyFunction_GET_DEFAULTS(func) \ macro
/third_party/python/Objects/
Dcall.c361 PyObject *argdefs = PyFunction_GET_DEFAULTS(func); in _PyFunction_Vectorcall()