I’ve been trying to do this for a long time, but could never find a way. Today I actually spent some time reading up on how metclasses work, and bam!
The goal is to have a base class, which has a method called “init_done()”. I want this method to be called after the actual object is [...]
Python Meta Classes ROCK!!