MCPcopy Create free account
hub / github.com/ActiveState/code / copy

Method copy

recipes/Python/578615_graph/recipe-578615.py:589–589  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

587 def pop(self, key, default): raise NotImplementedError
588 def popitem(self): raise NotImplementedError
589 def copy(self): raise NotImplementedError
590
591 def _validate(self):
592 """Check graph invariants.

Callers 15

recipe-544288.pyFile · 0.45
__call__Method · 0.45
_stripped_argspecFunction · 0.45
save_moduleFunction · 0.45
__init__Method · 0.45
start_processMethod · 0.45
decoratorFunction · 0.45
getMethod · 0.45
test_sharing_arrayFunction · 0.45
printfmtFunction · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by 1

test_sharing_arrayFunction · 0.36