Home
last modified time | relevance | path

Searched refs:getitemfunc (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
Dstropmodule.c175 ssizeargfunc getitemfunc; in strop_joinfields() local
246 (getitemfunc = seq->ob_type->tp_as_sequence->sq_item) == NULL) in strop_joinfields()
254 PyObject *item = getitemfunc(seq, i); in strop_joinfields()