MCPcopy Create free account
hub / github.com/TimMcCool/scratchattach / dcopy

Method dcopy

scratchattach/editor/base.py:26–30  ·  view source on GitHub ↗

:return: A **deep** copy of self

(self)

Source from the content-addressed store, hash-verified

24 Abstract base class for most sa.editor classes. Implements copy functions
25 """
26 def dcopy(self):
27 """
28 :return: A **deep** copy of self
29 """
30 return copy.deepcopy(self)
31
32 def copy(self):
33 """

Callers 4

__init__Method · 0.80
from_jsonMethod · 0.80
parse_proc_codeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected