Searched refs:meth_fastcall_keywords (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_call.py | 301 self.obj.meth_fastcall_keywords(1, 2, a=3, b=4), 307 self.obj.meth_fastcall_keywords(*(1, 2), **{'a': 3, 'b': 4}), 427 (obj.meth_fastcall_keywords, 429 (obj.meth_fastcall_keywords, 442 (obj.meth_fastcall_keywords, 444 (obj.meth_fastcall_keywords, 446 (obj.meth_fastcall_keywords,
|
/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 5271 meth_fastcall_keywords(PyObject* self, PyObject* const* args, in meth_fastcall_keywords() function 5555 …{"meth_fastcall_keywords", (PyCFunction)(void(*)(void))meth_fastcall_keywords, METH_FASTCALL|METH_… 6631 …{"meth_fastcall_keywords", (PyCFunction)(void(*)(void))meth_fastcall_keywords, METH_FASTCALL|METH_… 6653 …{"meth_fastcall_keywords", (PyCFunction)(void(*)(void))meth_fastcall_keywords, METH_FASTCALL|METH_… 6675 …{"meth_fastcall_keywords", (PyCFunction)(void(*)(void))meth_fastcall_keywords, METH_FASTCALL|METH_…
|