def activate()

in hexforge_modules/helper.py [0:0]


    def activate(self, ctx):
        """
        Execute the embedded action_function when this context menu is invoked.
        """
        self.action_function()
        return 1