Home
last modified time | relevance | path

Searched defs:_PyArg_ParseStackAndKeywords (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Dmodsupport.h106 #define _PyArg_ParseStackAndKeywords _PyArg_ParseStackAndKeywords_SizeT macro
/external/python/cpython3/Python/
Dgetargs.c1577 _PyArg_ParseStackAndKeywords(PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames, in _PyArg_ParseStackAndKeywords() function