def _action()

in hexforge_modules/misc_modules.py [0:0]


    def _action(self) -> None:
        result = self._show()
        if result:
            start_addr, end_addr, filepath = result
            self.dump_memory_to_file(start_addr, end_addr, filepath)