Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_sre.c.h944 _sre_SRE_Match_expand_impl(MatchObject *self, PyObject *template);
947 _sre_SRE_Match_expand(MatchObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _sre_SRE_Match_expand()
979 _sre_SRE_Match_groups_impl(MatchObject *self, PyObject *default_value);
982 _sre_SRE_Match_groups(MatchObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in _sre_SRE_Match_groups()
1019 _sre_SRE_Match_groupdict_impl(MatchObject *self, PyObject *default_value);
1022 _sre_SRE_Match_groupdict(MatchObject *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwna… in _sre_SRE_Match_groupdict()
1056 _sre_SRE_Match_start_impl(MatchObject *self, PyObject *group);
1059 _sre_SRE_Match_start(MatchObject *self, PyObject *const *args, Py_ssize_t nargs) in _sre_SRE_Match_start()
1093 _sre_SRE_Match_end_impl(MatchObject *self, PyObject *group);
1096 _sre_SRE_Match_end(MatchObject *self, PyObject *const *args, Py_ssize_t nargs) in _sre_SRE_Match_end()
[all …]
/external/python/cpython3/Modules/
D_sre.c1883 match_dealloc(MatchObject* self) in match_dealloc()
1892 match_getslice_by_index(MatchObject* self, Py_ssize_t index, PyObject* def) in match_getslice_by_index()
1925 match_getindex(MatchObject* self, PyObject* index) in match_getindex()
1958 match_getslice(MatchObject* self, PyObject* index, PyObject* def) in match_getslice()
1978 _sre_SRE_Match_expand_impl(MatchObject *self, PyObject *template) in _sre_SRE_Match_expand_impl()
1989 match_group(MatchObject* self, PyObject* args) in match_group()
2024 match_getitem(MatchObject* self, PyObject* name) in match_getitem()
2039 _sre_SRE_Match_groups_impl(MatchObject *self, PyObject *default_value) in _sre_SRE_Match_groups_impl()
2072 _sre_SRE_Match_groupdict_impl(MatchObject *self, PyObject *default_value) in _sre_SRE_Match_groupdict_impl()
2117 _sre_SRE_Match_start_impl(MatchObject *self, PyObject *group) in _sre_SRE_Match_start_impl()
[all …]
Dsre.h53 } MatchObject; typedef
/external/python/cpython2/Modules/
D_sre.c3292 match_dealloc(MatchObject* self) in match_dealloc()
3301 match_getslice_by_index(MatchObject* self, Py_ssize_t index, PyObject* def) in match_getslice_by_index()
3326 match_getindex(MatchObject* self, PyObject* index) in match_getindex()
3349 match_getslice(MatchObject* self, PyObject* index, PyObject* def) in match_getslice()
3355 match_expand(MatchObject* self, PyObject* ptemplate) in match_expand()
3365 match_group(MatchObject* self, PyObject* args) in match_group()
3400 match_groups(MatchObject* self, PyObject* args, PyObject* kw) in match_groups()
3428 match_groupdict(MatchObject* self, PyObject* args, PyObject* kw) in match_groupdict()
3474 match_start(MatchObject* self, PyObject* args) in match_start()
3497 match_end(MatchObject* self, PyObject* args) in match_end()
[all …]
Dsre.h59 } MatchObject; typedef
/external/python/cpython2/Doc/library/
Dre.rst553 *pattern* produces a match, and return a corresponding :class:`MatchObject`
562 expression *pattern*, return a corresponding :class:`MatchObject` instance.
638 Return an :term:`iterator` yielding :class:`MatchObject` instances over all
751 produces a match, and return a corresponding :class:`MatchObject` instance.
777 expression, return a corresponding :class:`MatchObject` instance. Return
850 .. class:: MatchObject
864 .. method:: MatchObject.expand(template)
873 .. method:: MatchObject.group([group1, ...])
924 .. method:: MatchObject.groups([default])
950 .. method:: MatchObject.groupdict([default])
[all …]
/external/python/cpython2/Misc/
Dcheatsheet1688 string[, flags string,return a corresponding MatchObject instance, or None if
1691 , string[, acorresponding MatchObject instance, or None if no match.
1722 regular expression, return a corresponding MatchObject instance.
1736 search( expression produces a match, and return a corresponding MatchObject
/external/python/cpython2/Doc/whatsnew/
D2.0.rst733 \class{RegexObject} or \class{MatchObject}, but that shouldn't be much
/external/python/cpython3/Doc/whatsnew/
D2.0.rst733 \class{RegexObject} or \class{MatchObject}, but that shouldn't be much