def __node_label()

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


    def __node_label(self, name: str, count: int) -> str:
        return f"<{name}<BR/>{self.__count_label(count)}>"