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

Method __init__

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

Source from the content-addressed store, hash-verified

152 class_var1 = 100
153 class_var2 = 200
154 def __init__(self):
155 self.a=1
156 self.b=2
157 def example_method(self):
158 return self.a+self.b
159

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected