Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/stringlib/
Dstring_format.h252 getitem_idx(PyObject *obj, Py_ssize_t idx) in getitem_idx() function
531 tmp = getitem_idx(obj, index); in get_field_object()
/external/python/cpython3/Objects/stringlib/
Dunicode_format.h165 getitem_idx(PyObject *obj, Py_ssize_t idx) in getitem_idx() function
464 tmp = getitem_idx(obj, index); in get_field_object()