with `class Tester(datatype('Tester', ['a', 'b']))...
# development
r
with
class Tester(datatype('Tester', ['a', 'b'])): pass
against the new
datatype
, we’re still much faster.