Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dabstract.c865 binaryfunc slotv; in binary_op1() local
867 slotv = NB_BINOP(Py_TYPE(v)->tp_as_number, op_slot); in binary_op1()
870 slotv = NULL; in binary_op1()
876 if (slotw == slotv) { in binary_op1()
884 if (slotv) { in binary_op1()
893 x = slotv(v, w); in binary_op1()
973 ternaryfunc slotv; in ternary_op() local
975 slotv = NB_TERNOP(mv, op_slot); in ternary_op()
978 slotv = NULL; in ternary_op()
984 if (slotw == slotv) { in ternary_op()
[all...]

Completed in 3 milliseconds