Home | History | Annotate | Download | only in Objects

Lines Matching refs:tp_as_mapping

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

1573 v->ob_type->tp_as_mapping->mp_length != NULL)
1574 res = (*v->ob_type->tp_as_mapping->mp_length)(v);
2021 0, /*tp_as_mapping*/
2052 0, /*tp_as_mapping*/