Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dfuncobject.h55 PyAPI_FUNC(int) PyFunction_SetKwDefaults(PyObject *, PyObject *);
/external/python/cpython3/Objects/
Dfuncobject.c147 PyFunction_SetKwDefaults(PyObject *op, PyObject *defaults) in PyFunction_SetKwDefaults() function