Home | History | Annotate | Download | only in python2.7

Lines Matching refs:tp_as_number

849    ((obj)->ob_type->tp_as_number != NULL && \
851 (obj)->ob_type->tp_as_number->nb_index != NULL)