try:
            self.post = getattr(inst, self.__name__ + "_post")
        except AttributeError:
            self.post = None