Home
last modified time | relevance | path

Searched defs:kwtuple (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/python/cpython3/Python/
Dgetargs.c1558 error_unexpected_keyword_arg(PyObject *kwargs, PyObject *kwnames, PyObject *kwtuple, const char *fn… in error_unexpected_keyword_arg()
1911 PyObject *kwtuple; in parser_init() local
2063 PyObject *kwtuple; in vgetargskeywordsfast_impl() local
2300 PyObject *kwtuple; in _PyArg_UnpackKeywords() local
2475 PyObject *kwtuple; in _PyArg_UnpackKeywordsWithVararg() local
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dmodsupport.h59 PyObject *kwtuple; /* tuple of keyword parameter names */ member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dmodsupport.h59 PyObject *kwtuple; /* tuple of keyword parameter names */ member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dmodsupport.h59 PyObject *kwtuple; /* tuple of keyword parameter names */ member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dmodsupport.h59 PyObject *kwtuple; /* tuple of keyword parameter names */ member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dmodsupport.h59 PyObject *kwtuple; /* tuple of keyword parameter names */ member
/aosp_15_r20/external/python/cpython2/Objects/
Dfuncobject.c489 PyObject *kwtuple = NULL; in function_call() local