Searched refs:meth_fastcall (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_call.py | 316 self.obj.meth_fastcall(1, 2, 3), 322 self.obj.meth_fastcall(*(1, 2, 3)), 327 msg = r"meth_fastcall\(\) takes no keyword arguments" 329 TypeError, msg, lambda: self.obj.meth_fastcall(k=1), 458 (obj.meth_fastcall, (1, 2), (expected_self, (1, 2))), 459 (obj.meth_fastcall, (), (expected_self, ())),
|
/third_party/python/Modules/ |
H A D | _testcapimodule.c | 5669 meth_fastcall(PyObject* self, PyObject* const* args, Py_ssize_t nargs) in meth_fastcall() function 6699 {"meth_fastcall", _PyCFunction_CAST(meth_fastcall), METH_FASTCALL}, 7880 {"meth_fastcall", _PyCFunction_CAST(meth_fastcall), METH_FASTCALL}, 7902 {"meth_fastcall", _PyCFunction_CAST(meth_fastcall), METH_FASTCALL|METH_CLASS}, 7924 {"meth_fastcall", _PyCFunction_CAST(meth_fastcall), METH_FASTCALL|METH_STATIC},
|
Completed in 12 milliseconds