Lines Matching refs:MatchObject
553 *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])
961 .. method:: MatchObject.start([group])
962 MatchObject.end([group])
985 .. method:: MatchObject.span([group])
987 For :class:`MatchObject` *m*, return the 2-tuple ``(m.start(group),
992 .. attribute:: MatchObject.pos
999 .. attribute:: MatchObject.endpos
1006 .. attribute:: MatchObject.lastindex
1015 .. attribute:: MatchObject.lastgroup
1021 .. attribute:: MatchObject.re
1024 :meth:`~RegexObject.search` method produced this :class:`MatchObject`
1028 .. attribute:: MatchObject.string
1077 :meth:`~MatchObject.group` method of :class:`MatchObject` in the following
1273 :class:`MatchObject` instead of strings. Continuing with the previous example,