mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-04 12:35:49 +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).