Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_sre.c3582 match_copy(MatchObject* self, PyObject *unused) in match_copy() function
3618 copy = (MatchObject*) match_copy(self); in match_deepcopy()
3683 {"__copy__", (PyCFunction) match_copy, METH_NOARGS},