Home | History | Annotate | Download | only in clinic

Lines Matching refs:nargs

46 _operator_add(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
52 if (!_PyArg_UnpackStack(args, nargs, "add",
76 _operator_sub(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
82 if (!_PyArg_UnpackStack(args, nargs, "sub",
106 _operator_mul(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
112 if (!_PyArg_UnpackStack(args, nargs, "mul",
136 _operator_matmul(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
142 if (!_PyArg_UnpackStack(args, nargs, "matmul",
166 _operator_floordiv(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
172 if (!_PyArg_UnpackStack(args, nargs, "floordiv",
196 _operator_truediv(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
202 if (!_PyArg_UnpackStack(args, nargs, "truediv",
226 _operator_mod(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
232 if (!_PyArg_UnpackStack(args, nargs, "mod",
301 _operator_lshift(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
307 if (!_PyArg_UnpackStack(args, nargs, "lshift",
331 _operator_rshift(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
337 if (!_PyArg_UnpackStack(args, nargs, "rshift",
389 _operator_and_(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
395 if (!_PyArg_UnpackStack(args, nargs, "and_",
419 _operator_xor(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
425 if (!_PyArg_UnpackStack(args, nargs, "xor",
449 _operator_or_(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
455 if (!_PyArg_UnpackStack(args, nargs, "or_",
479 _operator_iadd(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
485 if (!_PyArg_UnpackStack(args, nargs, "iadd",
509 _operator_isub(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
515 if (!_PyArg_UnpackStack(args, nargs, "isub",
539 _operator_imul(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
545 if (!_PyArg_UnpackStack(args, nargs, "imul",
569 _operator_imatmul(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
575 if (!_PyArg_UnpackStack(args, nargs, "imatmul",
599 _operator_ifloordiv(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
605 if (!_PyArg_UnpackStack(args, nargs, "ifloordiv",
629 _operator_itruediv(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
635 if (!_PyArg_UnpackStack(args, nargs, "itruediv",
659 _operator_imod(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
665 if (!_PyArg_UnpackStack(args, nargs, "imod",
689 _operator_ilshift(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
695 if (!_PyArg_UnpackStack(args, nargs, "ilshift",
719 _operator_irshift(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
725 if (!_PyArg_UnpackStack(args, nargs, "irshift",
749 _operator_iand(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
755 if (!_PyArg_UnpackStack(args, nargs, "iand",
779 _operator_ixor(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
785 if (!_PyArg_UnpackStack(args, nargs, "ixor",
809 _operator_ior(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
815 if (!_PyArg_UnpackStack(args, nargs, "ior",
839 _operator_concat(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
845 if (!_PyArg_UnpackStack(args, nargs, "concat",
869 _operator_iconcat(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
875 if (!_PyArg_UnpackStack(args, nargs, "iconcat",
899 _operator_contains(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
906 if (!_PyArg_UnpackStack(args, nargs, "contains",
934 _operator_indexOf(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
941 if (!_PyArg_UnpackStack(args, nargs, "indexOf",
969 _operator_countOf(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
976 if (!_PyArg_UnpackStack(args, nargs, "countOf",
1004 _operator_getitem(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
1010 if (!_PyArg_UnpackStack(args, nargs, "getitem",
1035 _operator_setitem(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
1042 if (!_PyArg_UnpackStack(args, nargs, "setitem",
1066 _operator_delitem(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
1072 if (!_PyArg_UnpackStack(args, nargs, "delitem",
1096 _operator_eq(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
1102 if (!_PyArg_UnpackStack(args, nargs, "eq",
1126 _operator_ne(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
1132 if (!_PyArg_UnpackStack(args, nargs, "ne",
1156 _operator_lt(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
1162 if (!_PyArg_UnpackStack(args, nargs, "lt",
1186 _operator_le(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
1192 if (!_PyArg_UnpackStack(args, nargs, "le",
1216 _operator_gt(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
1222 if (!_PyArg_UnpackStack(args, nargs, "gt",
1246 _operator_ge(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
1252 if (!_PyArg_UnpackStack(args, nargs, "ge",
1276 _operator_pow(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
1282 if (!_PyArg_UnpackStack(args, nargs, "pow",
1306 _operator_ipow(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
1312 if (!_PyArg_UnpackStack(args, nargs, "ipow",
1345 _operator_is_(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
1351 if (!_PyArg_UnpackStack(args, nargs, "is_",
1375 _operator_is_not(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
1381 if (!_PyArg_UnpackStack(args, nargs, "is_not",
1412 _operator_length_hint(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
1419 if (!_PyArg_ParseStack(args, nargs, "O|n:length_hint",
1456 _operator__compare_digest(PyObject *module, PyObject *const *args, Py_ssize_t nargs)
1462 if (!_PyArg_UnpackStack(args, nargs, "_compare_digest",