Home
last modified time | relevance | path

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

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