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

Method copy

scratchattach/editor/base.py:32–36  ·  view source on GitHub ↗

:return: A **shallow** copy of self

(self)

Source from the content-addressed store, hash-verified

30 return copy.deepcopy(self)
31
32 def copy(self):
33 """
34 :return: A **shallow** copy of self
35 """
36 return copy.copy(self)
37
38
39class JSONSerializable(Base, ABC):

Callers 3

api_iterativeFunction · 0.80
get_all_varsMethod · 0.80
loginFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected