def __count_label()

in playground/process_analysis/status_transition_graph_vistualizer.py [0:0]


    def __count_label(self, count: int) -> str:
        return f'<FONT POINT-SIZE="{self.config.sub_fontsize}">({str(count)+"x"})</FONT>'