John Reese wrote: > Why hello there ha ha. [snip] Just looking through the types declared in types, the > following are builtins: > [snip] > ... NoneType, > NotImplementedType > > And the following are not: > [snip] > ... NoneType, NotImplementedType > > So for any in the latter batch, I have to import types after all. Plonk.