I would like to dispatch the __init__ method of a superclass. But it does not work with multimethod & multimeta in the way I expected. Moreover, manual registration is impossible as I cannot access the parent __init__ method inside the class body. I have described more here.