def __init__(self, func, abbrev=set()): WrapperFunction.__init__(self, func) self.abbrev = abbrev
def __init__(self, *pos, **kw): WrapperFunction.__init__(self, *pos, **kw) self.interested = set(self.fixups.keys())