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

Method example_method

memory_graph/test.py:157–158  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

155 self.a=1
156 self.b=2
157 def example_method(self):
158 return self.a+self.b
159
160def test_function():
161 return 10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected