Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_sre.c3278 match_dealloc(MatchObject* self) in match_dealloc()
3287 match_getslice_by_index(MatchObject* self, Py_ssize_t index, PyObject* def) in match_getslice_by_index()
3312 match_getindex(MatchObject* self, PyObject* index) in match_getindex()
3335 match_getslice(MatchObject* self, PyObject* index, PyObject* def) in match_getslice()
3341 match_expand(MatchObject* self, PyObject* ptemplate) in match_expand()
3351 match_group(MatchObject* self, PyObject* args) in match_group()
3386 match_groups(MatchObject* self, PyObject* args, PyObject* kw) in match_groups()
3414 match_groupdict(MatchObject* self, PyObject* args, PyObject* kw) in match_groupdict()
3460 match_start(MatchObject* self, PyObject* args) in match_start()
3483 match_end(MatchObject* self, PyObject* args) in match_end()
[all …]
Dsre.h59 } MatchObject; typedef
/external/python/cpython2/Doc/library/
Dre.rst543 *pattern* produces a match, and return a corresponding :class:`MatchObject`
552 expression *pattern*, return a corresponding :class:`MatchObject` instance.
621 Return an :term:`iterator` yielding :class:`MatchObject` instances over all
724 produces a match, and return a corresponding :class:`MatchObject` instance.
750 expression, return a corresponding :class:`MatchObject` instance. Return
823 .. class:: MatchObject
837 .. method:: MatchObject.expand(template)
846 .. method:: MatchObject.group([group1, ...])
897 .. method:: MatchObject.groups([default])
923 .. 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