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

Method __init__

images/copy_method.py:10–12  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

8class My_Class:
9
10 def __init__(self):
11 self.digits = [1, 2]
12 self.letters = ['x', 'y']
13
14 def custom_copy(self):
15 """ Copies 'digits' but shares 'letters'. """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected