Earlier quoted context omitted.
Decorators can do this? I did not know this. I thought decorators just get handed the object after initialization, so something like: @blah class Lol: pass is equivalent to: class Lol: pass blah(Lol) What am I missing?
> What am I missing? Import hooks.
Should've RTFM'ed. Thanks :)