Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_sre.c2282 match_lastindex_get(MatchObject *self, void *Py_UNUSED(ignored)) in match_lastindex_get() function
2659 {"lastindex", (getter)match_lastindex_get, (setter)NULL,
/external/python/cpython2/Modules/
D_sre.c3703 match_lastindex_get(MatchObject *self) in match_lastindex_get() function
3737 {"lastindex", (getter)match_lastindex_get, (setter)NULL},