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

Lines Matching refs:ob_item

1181     (PyList_Check(sf) ? ((PyListObject *)(sf))->ob_item \
1182 : ((PyTupleObject *)(sf))->ob_item)