Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
D_sre.c.h625 _sre_SRE_Match_expand_impl(MatchObject *self, PyObject *template);
628 _sre_SRE_Match_expand(MatchObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _sre_SRE_Match_expand()
660 _sre_SRE_Match_groups_impl(MatchObject *self, PyObject *default_value);
663 _sre_SRE_Match_groups(MatchObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _sre_SRE_Match_groups()
700 _sre_SRE_Match_groupdict_impl(MatchObject *self, PyObject *default_value);
703 _sre_SRE_Match_groupdict(MatchObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwna… in _sre_SRE_Match_groupdict()
737 _sre_SRE_Match_start_impl(MatchObject *self, PyObject *group);
740 _sre_SRE_Match_start(MatchObject *self, PyObject *const *args, Py_ssize_t nargs) in _sre_SRE_Match_start()
774 _sre_SRE_Match_end_impl(MatchObject *self, PyObject *group);
777 _sre_SRE_Match_end(MatchObject *self, PyObject *const *args, Py_ssize_t nargs) in _sre_SRE_Match_end()
[all …]
/third_party/python/Modules/
D_sre.c1961 match_traverse(MatchObject *self, visitproc visit, void *arg) in match_traverse()
1971 match_clear(MatchObject *self) in match_clear()
1980 match_dealloc(MatchObject* self) in match_dealloc()
1991 match_getslice_by_index(MatchObject* self, Py_ssize_t index, PyObject* def) in match_getslice_by_index()
2024 match_getindex(MatchObject* self, PyObject* index) in match_getindex()
2057 match_getslice(MatchObject* self, PyObject* index, PyObject* def) in match_getslice()
2077 _sre_SRE_Match_expand_impl(MatchObject *self, PyObject *template) in _sre_SRE_Match_expand_impl()
2088 match_group(MatchObject* self, PyObject* args) in match_group()
2123 match_getitem(MatchObject* self, PyObject* name) in match_getitem()
2138 _sre_SRE_Match_groups_impl(MatchObject *self, PyObject *default_value) in _sre_SRE_Match_groups_impl()
[all …]
Dsre.h53 } MatchObject; typedef
/third_party/python/Doc/whatsnew/
D2.0.rst733 \class{RegexObject} or \class{MatchObject}, but that shouldn't be much