Joachim Durchholz
Joachim Durchholz
One use case is NamedTuple. It's turning mypy into a noise generator for me. Not sure how this data point affects priorization.
Using a NamedTuple subclass, subclass it with a `__new__` override to provide standard parameters. Details in #5194, which is a duplicate of #1279.
@ilevkivskyi your advice works for direct subclasses. My use case is for an indirect subclass. (I already had to move all fields up into the root class because NamedTuples don't...
Heh. Getting advice that's inapplicable because the person didn't really understand the situation, after spending weeks of my free time on a dozen or so approaches - well what can...