Home | History | Annotate | Download | only in Objects

Lines Matching refs:tp_as_mapping

1579     else if (v->ob_type->tp_as_mapping != NULL &&

1580 v->ob_type->tp_as_mapping->mp_length != NULL)
1581 res = (*v->ob_type->tp_as_mapping->mp_length)(v);
2028 0, /*tp_as_mapping*/
2059 0, /*tp_as_mapping*/