Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dgetargs.c2055 find_keyword(PyObject *kwnames, PyObject *const *kwstack, PyObject *key) in find_keyword()
2097 PyObject *const *kwstack = NULL; in vgetargskeywordsfast_impl() local
2355 PyObject * const *kwstack = NULL; in _PyArg_UnpackKeywords() local
/external/python/cpython3/Objects/
Dcall.c986 PyObject **kwstack = stack + nargs; in _PyStack_UnpackDict() local