Lines Matching refs:MatchObject
278 class _sre.SRE_Match "MatchObject *" "get_sre_module_state_by_class(tp)->Match_Type"
1992 match_traverse(MatchObject *self, visitproc visit, void *arg)
2002 match_clear(MatchObject *self)
2011 match_dealloc(MatchObject* self)
2022 match_getslice_by_index(MatchObject* self, Py_ssize_t index, PyObject* def)
2055 match_getindex(MatchObject* self, PyObject* index)
2088 match_getslice(MatchObject* self, PyObject* index, PyObject* def)
2108 _sre_SRE_Match_expand_impl(MatchObject *self, PyObject *template)
2119 match_group(MatchObject* self, PyObject* args)
2154 match_getitem(MatchObject* self, PyObject* name)
2169 _sre_SRE_Match_groups_impl(MatchObject *self, PyObject *default_value)
2202 _sre_SRE_Match_groupdict_impl(MatchObject *self, PyObject *default_value)
2247 _sre_SRE_Match_start_impl(MatchObject *self, PyObject *group)
2270 _sre_SRE_Match_end_impl(MatchObject *self, PyObject *group)
2320 _sre_SRE_Match_span_impl(MatchObject *self, PyObject *group)
2334 match_regs(MatchObject* self)
2365 _sre_SRE_Match___copy___impl(MatchObject *self)
2381 _sre_SRE_Match___deepcopy__(MatchObject *self, PyObject *memo)
2398 match_lastindex_get(MatchObject *self, void *Py_UNUSED(ignored))
2406 match_lastgroup_get(MatchObject *self, void *Py_UNUSED(ignored))
2421 match_regs_get(MatchObject *self, void *Py_UNUSED(ignored))
2431 match_repr(MatchObject *self)
2454 MatchObject* match;
2463 match = PyObject_GC_NewVar(MatchObject,
2856 #define MATCH_OFF(x) offsetof(MatchObject, x)
2893 .basicsize = sizeof(MatchObject),