Kaydet (Commit) b46f0d78 authored tarafından Georg Brandl's avatar Georg Brandl

#4408: document regex.groups.

üst 26576801
...@@ -750,6 +750,11 @@ attributes: ...@@ -750,6 +750,11 @@ attributes:
were provided. were provided.
.. attribute:: RegexObject.groups
The number of capturing groups in the pattern.
.. attribute:: RegexObject.groupindex .. attribute:: RegexObject.groupindex
A dictionary mapping any symbolic group names defined by ``(?P<id>)`` to group 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