Home
last modified time | relevance | path

Searched refs:slot_nb_coerce (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Objects/
Dtypeobject.c5383 slot_nb_coerce(PyObject **a, PyObject **b) function
5389 self->ob_type->tp_as_number->nb_coerce == slot_nb_coerce) {
5414 other->ob_type->tp_as_number->nb_coerce == slot_nb_coerce) {
6134 NBSLOT("__coerce__", nb_coerce, slot_nb_coerce, wrap_coercefunc,