mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-03-15 03:06:46 +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).