Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dmodsupport.h90 PyObject *kwtuple; /* tuple of keyword parameter names */ member
/external/python/cpython2/Objects/
Dfuncobject.c489 PyObject *kwtuple = NULL; in function_call() local
/external/python/cpython3/Python/
Dgetargs.c1872 PyObject *kwtuple; in parser_init() local
2026 PyObject *kwtuple; in vgetargskeywordsfast_impl() local
/external/python/cpython3/Objects/
Dcall.c306 PyObject *kwtuple, **k; in _PyFunction_FastCallDict() local