mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-10 22:11:54 +08:00
In Python 3.6 __getitem__ was added as a new method for match objects. m[g] is identical to m.group(g).
In Python 3.6 __getitem__ was added as a new method for match objects. m[g] is identical to m.group(g).