Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dfuncobject.h104 static inline PyObject* PyFunction_GET_DEFAULTS(PyObject *func) { in PyFunction_GET_DEFAULTS() function
107 #define PyFunction_GET_DEFAULTS(func) PyFunction_GET_DEFAULTS(_PyObject_CAST(func)) macro