MCPcopy Create free account
hub / github.com/bterwijn/memory_graph / get_label

Method get_label

memory_graph/node_base.py:132–136  ·  view source on GitHub ↗

Return a label for the node to be shown in the graph next to the HTML table.

(self, slices)

Source from the content-addressed store, hash-verified

130 pass
131
132 def get_label(self, slices):
133 """
134 Return a label for the node to be shown in the graph next to the HTML table.
135 """
136 return self.get_type_name()

Callers 1

add_to_graphviz_graphFunction · 0.45

Calls 1

get_type_nameMethod · 0.95

Tested by

no test coverage detected