bpo-33569 Preserve type information with dataclasses.InitVar (GH-8927)

This commit is contained in:
Augusto Hack 2019-06-02 23:14:48 -03:00 committed by Eric V. Smith
parent 0025350294
commit 01ee12ba35
3 changed files with 17 additions and 3 deletions

View file

@ -0,0 +1 @@
dataclasses.InitVar: Exposes the type used to create the init var.