Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/stringlib/
Dfind.h112 PyObject *tmp_subobj; in stringlib_parse_args_finds() local
122 if (!PyArg_ParseTuple(args, format, &tmp_subobj, &obj_start, &obj_end)) in stringlib_parse_args_finds()
137 *subobj = tmp_subobj; in stringlib_parse_args_finds()