Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dabstract.c873 binaryfunc slotw; in binary_op1() local
875 slotw = NB_BINOP(Py_TYPE(w)->tp_as_number, op_slot); in binary_op1()
876 if (slotw == slotv) { in binary_op1()
877 slotw = NULL; in binary_op1()
881 slotw = NULL; in binary_op1()
886 if (slotw && PyType_IsSubtype(Py_TYPE(w), Py_TYPE(v))) { in binary_op1()
887 x = slotw(v, w); in binary_op1()
891 slotw = NULL; in binary_op1()
900 if (slotw) { in binary_op1()
901 PyObject *x = slotw( in binary_op1()
981 ternaryfunc slotw; ternary_op() local
[all...]

Completed in 3 milliseconds