Searched refs:getargs_keywords (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/test/ |
D | test_getargs2.py | 10 from _testcapi import getargs_keywords, getargs_keyword_only 618 getargs_keywords((1,2), 3, (4,(5,6)), (7,8,9), 10), 625 getargs_keywords((1,2), 3, (4,(5,6)), arg4=(7,8,9), arg5=10), 632 getargs_keywords(arg1=(1,2), arg2=3, arg3=(4,(5,6)), arg4=(7,8,9), arg5=10), 639 getargs_keywords(arg1=(1,2), arg2=3, arg5=10), 646 getargs_keywords(arg1=(1,2)) 655 getargs_keywords((1,2),3,(4,(5,6)),(7,8,9),10,111) 664 getargs_keywords((1,2),3,arg5=10,arg666=666) 672 getargs_keywords((1,2), 3, (4,(5,6)), (7,8,9), **{'\uDC80': 10})
|
/third_party/python/Modules/ |
D | _testcapimodule.c | 1182 getargs_keywords(PyObject *self, PyObject *args, PyObject *kwargs) in getargs_keywords() function 5698 {"getargs_keywords", (PyCFunction)(void(*)(void))getargs_keywords,
|
/third_party/python/Tools/c-analyzer/cpython/ |
D | ignored.tsv | 169 Modules/_testcapimodule.c getargs_keywords keywords -
|