Home | History | Annotate | Download | only in Objects

Lines Matching refs:nb_nonzero

1577              v->ob_type->tp_as_number->nb_nonzero != NULL)
1578 res = (*v->ob_type->tp_as_number->nb_nonzero)(v);