mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-23 19:41:51 +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).