Tin Tvrtković
Tin Tvrtković
Opened a PR over at Mypy for this (GitHub link right above). @euresti Any chance of a review over there?
Let's do this. My $0.02: the name is a little unfortunate, it's just the `__init__` alias right? It should have been named `init_alias` then. The actual attribute is still the...
But ah, if you declare it like that static tools will think it's a field by default, no? My gut feeling is additional args to init don't really deserve to...
Hm, I don't hate it.
@hynek I think this is ready to go. We we want a changelog entry?
Where are you seeing this `Optional[_T]` thing?
We add a short changelog entry and merge this.
@hynek I've added a small changelog entry, merge at will.
I think we can leave it and submit a bug report to Mypy. Unfortunate.
Does it help if you annotate the alias with `Final`?