Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dfuncobject.h54 PyAPI_FUNC(PyObject *) PyFunction_GetKwDefaults(PyObject *);
/external/python/cpython3/Objects/
Dfuncobject.c137 PyFunction_GetKwDefaults(PyObject *op) in PyFunction_GetKwDefaults() function