Closed
Description
The annotation for typing.Match.__getitem__
states that it returns an AnyStr
. However, it can also return None
when the specified group was not captured.
Metadata
Metadata
Assignees
Labels
No labels
8000
The annotation for typing.Match.__getitem__
states that it returns an AnyStr
. However, it can also return None
when the specified group was not captured.