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

Function custom_copy

src/marimo_example.py:13–17  ·  view source on GitHub ↗
(a)

Source from the content-addressed store, hash-verified

11 import copy
12
13 def custom_copy(a):
14 c = a.copy()
15 c[1] = a[1].copy()
16 mg.show(mg.stack_marimo())
17 return c
18
19 a = [ [1, 2], ['x', 'y'] ]
20 c1 = a

Callers 1

_Function · 0.85

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected