mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-06-16 04:26:26 +08:00
3973f5851a
In Python 3.6 __getitem__ was added as a new method for match objects. m[g] is identical to m.group(g).