MCPcopy Index your code
hub / github.com/clips/pattern / copy

Method copy

test/test_graph.py:20–21  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

18 def __init__(self, i):
19 self.i = i
20 def copy(self):
21 return MyObject(graph.deepcopy(self.i))
22 # Assert deep copy for different types.
23 for o1 in (
24 None, True, False,

Callers 15

test_canvas.jsFile · 0.45
test_copyMethod · 0.45
test_word_custom_tagsMethod · 0.45
test_documentMethod · 0.45
test_document_vectorMethod · 0.45
test_graphMethod · 0.45
test_graph_nodesMethod · 0.45
test_graph_edgesMethod · 0.45
test_cacheMethod · 0.45
test_pathsMethod · 0.45
test_pruneMethod · 0.45
test_fringeMethod · 0.45

Calls 1

MyObjectClass · 0.85

Tested by

no test coverage detected