try:
            try:
                self.inst = weakref.ref(cb.__self__)
            except TypeError:
                self.inst = None