so maybe just adding the extra tuple field? becaus...
# development
a
so maybe just adding the extra tuple field? because while the
super(MyType, cls).__new__(cls, *args, **kwargs)
call might be long, it's easily memorized, and i don't think there's significant ergonomics gained by making that into a separate
classmethod
-- but i could be wrong about that