Commit b46f0d78 authored by Georg Brandl's avatar Georg Brandl

#4408: document regex.groups.

parent 26576801
......@@ -750,6 +750,11 @@ attributes:
were provided.
.. attribute:: RegexObject.groups
The number of capturing groups in the pattern.
.. attribute:: RegexObject.groupindex
A dictionary mapping any symbolic group names defined by ``(?P<id>)`` to group
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment