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

Method __init__

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

Source from the content-addressed store, hash-verified

59def test_class(fun):
60 class My_Class1:
61 def __init__(self):
62 self.foo1=10
63 self.bar1=20
64 class My_Class2:
65 def __init__(self):
66 self.foo2=10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected