Does Python have anonymous classes?

Looks like Python 3.3 has added exactly this thing in the form of types.SimpleNamespace class.

Leave a Comment