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

Method get_data

memory_graph/node_base.py:66–70  ·  view source on GitHub ↗

Return the original data represented by the node.

(self)

Source from the content-addressed store, hash-verified

64 return self.get_id()
65
66 def get_data(self):
67 """
68 Return the original data represented by the node.
69 """
70 return self.data
71
72 def get_type(self):
73 """

Callers 4

get_slicerMethod · 0.95
get_node_colorFunction · 0.80
get_node_verticalFunction · 0.80
get_node_slicerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected