> times. The only difference is that instead of calling the type directly,
> you call the appropriate classmethod.
>
> What am I missing?
Nothing. The only annoyance is that the data processing code typically
needs to know the type anyway, so the classmethod is one more variable
to keep track of.