commit | f367242d10ef36db38133a39ab7627f63099cba4 | [log] [tgz] |
---|---|---|
author | Ivan Levkivskyi <levkivskyi@gmail.com> | Sun May 26 09:37:07 2019 +0100 |
committer | GitHub <noreply@github.com> | Sun May 26 09:37:07 2019 +0100 |
tree | 9e6b8d67b14a69fda120cc5433013b6d1f7b6c35 | |
parent | 47dd2f9fd86c32a79e77fef1fbb1ce25dc929de6 [diff] |
bpo-37045: PEP 591: Add final qualifiers to typing module (GH-13571) The implementation is straightforward, it just mimics `ClassVar` (since the latter is also a name/access qualifier, not really a type). Also it is essentially copied from `typing_extensions`.