Lines Matching refs:PyCFunction
12 {"truth", (PyCFunction)_operator_truth, METH_O, _operator_truth__doc__},
40 {"add", (PyCFunction)_operator_add, METH_FASTCALL, _operator_add__doc__},
70 {"sub", (PyCFunction)_operator_sub, METH_FASTCALL, _operator_sub__doc__},
100 {"mul", (PyCFunction)_operator_mul, METH_FASTCALL, _operator_mul__doc__},
130 {"matmul", (PyCFunction)_operator_matmul, METH_FASTCALL, _operator_matmul__doc__},
160 {"floordiv", (PyCFunction)_operator_floordiv, METH_FASTCALL, _operator_floordiv__doc__},
190 {"truediv", (PyCFunction)_operator_truediv, METH_FASTCALL, _operator_truediv__doc__},
220 {"mod", (PyCFunction)_operator_mod, METH_FASTCALL, _operator_mod__doc__},
250 {"neg", (PyCFunction)_operator_neg, METH_O, _operator_neg__doc__},
259 {"pos", (PyCFunction)_operator_pos, METH_O, _operator_pos__doc__},
268 {"abs", (PyCFunction)_operator_abs, METH_O, _operator_abs__doc__},
277 {"inv", (PyCFunction)_operator_inv, METH_O, _operator_inv__doc__},
286 {"invert", (PyCFunction)_operator_invert, METH_O, _operator_invert__doc__},
295 {"lshift", (PyCFunction)_operator_lshift, METH_FASTCALL, _operator_lshift__doc__},
325 {"rshift", (PyCFunction)_operator_rshift, METH_FASTCALL, _operator_rshift__doc__},
355 {"not_", (PyCFunction)_operator_not_, METH_O, _operator_not___doc__},
383 {"and_", (PyCFunction)_operator_and_, METH_FASTCALL, _operator_and___doc__},
413 {"xor", (PyCFunction)_operator_xor, METH_FASTCALL, _operator_xor__doc__},
443 {"or_", (PyCFunction)_operator_or_, METH_FASTCALL, _operator_or___doc__},
473 {"iadd", (PyCFunction)_operator_iadd, METH_FASTCALL, _operator_iadd__doc__},
503 {"isub", (PyCFunction)_operator_isub, METH_FASTCALL, _operator_isub__doc__},
533 {"imul", (PyCFunction)_operator_imul, METH_FASTCALL, _operator_imul__doc__},
563 {"imatmul", (PyCFunction)_operator_imatmul, METH_FASTCALL, _operator_imatmul__doc__},
593 {"ifloordiv", (PyCFunction)_operator_ifloordiv, METH_FASTCALL, _operator_ifloordiv__doc__},
623 {"itruediv", (PyCFunction)_operator_itruediv, METH_FASTCALL, _operator_itruediv__doc__},
653 {"imod", (PyCFunction)_operator_imod, METH_FASTCALL, _operator_imod__doc__},
683 {"ilshift", (PyCFunction)_operator_ilshift, METH_FASTCALL, _operator_ilshift__doc__},
713 {"irshift", (PyCFunction)_operator_irshift, METH_FASTCALL, _operator_irshift__doc__},
743 {"iand", (PyCFunction)_operator_iand, METH_FASTCALL, _operator_iand__doc__},
773 {"ixor", (PyCFunction)_operator_ixor, METH_FASTCALL, _operator_ixor__doc__},
803 {"ior", (PyCFunction)_operator_ior, METH_FASTCALL, _operator_ior__doc__},
833 {"concat", (PyCFunction)_operator_concat, METH_FASTCALL, _operator_concat__doc__},
863 {"iconcat", (PyCFunction)_operator_iconcat, METH_FASTCALL, _operator_iconcat__doc__},
893 {"contains", (PyCFunction)_operator_contains, METH_FASTCALL, _operator_contains__doc__},
928 {"indexOf", (PyCFunction)_operator_indexOf, METH_FASTCALL, _operator_indexOf__doc__},
963 {"countOf", (PyCFunction)_operator_countOf, METH_FASTCALL, _operator_countOf__doc__},
998 {"getitem", (PyCFunction)_operator_getitem, METH_FASTCALL, _operator_getitem__doc__},
1028 {"setitem", (PyCFunction)_operator_setitem, METH_FASTCALL, _operator_setitem__doc__},
1060 {"delitem", (PyCFunction)_operator_delitem, METH_FASTCALL, _operator_delitem__doc__},
1090 {"eq", (PyCFunction)_operator_eq, METH_FASTCALL, _operator_eq__doc__},
1120 {"ne", (PyCFunction)_operator_ne, METH_FASTCALL, _operator_ne__doc__},
1150 {"lt", (PyCFunction)_operator_lt, METH_FASTCALL, _operator_lt__doc__},
1180 {"le", (PyCFunction)_operator_le, METH_FASTCALL, _operator_le__doc__},
1210 {"gt", (PyCFunction)_operator_gt, METH_FASTCALL, _operator_gt__doc__},
1240 {"ge", (PyCFunction)_operator_ge, METH_FASTCALL, _operator_ge__doc__},
1270 {"pow", (PyCFunction)_operator_pow, METH_FASTCALL, _operator_pow__doc__},
1300 {"ipow", (PyCFunction)_operator_ipow, METH_FASTCALL, _operator_ipow__doc__},
1330 {"index", (PyCFunction)_operator_index, METH_O, _operator_index__doc__},
1339 {"is_", (PyCFunction)_operator_is_, METH_FASTCALL, _operator_is___doc__},
1369 {"is_not", (PyCFunction)_operator_is_not, METH_FASTCALL, _operator_is_not__doc__},
1405 … {"length_hint", (PyCFunction)_operator_length_hint, METH_FASTCALL, _operator_length_hint__doc__},
1450 …{"_compare_digest", (PyCFunction)_operator__compare_digest, METH_FASTCALL, _operator__compare_dige…