Home
last modified time | relevance | path

Searched refs:meth_fastcall_keywords (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_call.py334 self.obj.meth_fastcall_keywords(1, 2, a=3, b=4),
340 self.obj.meth_fastcall_keywords(*(1, 2), **{'a': 3, 'b': 4}),
460 (obj.meth_fastcall_keywords,
462 (obj.meth_fastcall_keywords,
475 (obj.meth_fastcall_keywords,
477 (obj.meth_fastcall_keywords,
479 (obj.meth_fastcall_keywords,
/third_party/python/Modules/
H A D_testcapimodule.c5677 meth_fastcall_keywords(PyObject* self, PyObject* const* args, in meth_fastcall_keywords() function
6700 {"meth_fastcall_keywords", _PyCFunction_CAST(meth_fastcall_keywords), METH_FASTCALL|METH_KEYWORDS},
7881 {"meth_fastcall_keywords", _PyCFunction_CAST(meth_fastcall_keywords), METH_FASTCALL|METH_KEYWORDS},
7903 {"meth_fastcall_keywords", _PyCFunction_CAST(meth_fastcall_keywords), METH_FASTCALL|METH_KEYWORDS|METH_CLASS},
7925 {"meth_fastcall_keywords", _PyCFunction_CAST(meth_fastcall_keywords), METH_FASTCALL|METH_KEYWORDS|METH_STATIC},

Completed in 12 milliseconds