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

Method __init__

src/custom_copy.py:5–7  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3class My_Class:
4
5 def __init__(self):
6 self.digits = [1, 2]
7 self.letters = ['x', 'y']
8
9 def custom_copy(self):
10 """ Copies 'digits' but shares 'letters'. """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected