Home
last modified time | relevance | path

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

/third_party/python/Objects/
H A Dabstract.c1020 ternaryfunc slotz = NB_TERNOP(mz, op_slot); in ternary_op() local
1021 if (slotz == slotv || slotz == slotw) { in ternary_op()
1022 slotz = NULL; in ternary_op()
1024 if (slotz) { in ternary_op()
1025 PyObject *x = slotz(v, w, z); in ternary_op()

Completed in 4 milliseconds