MCPcopy Create free account
hub / github.com/ELMERIKH/PyinMemoryPE / copy

Method copy

windows/native_exec/simple_x86.py:31–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

29 self.array = ([0] * (size - len(self.array))) + self.array
30
31 def copy(self):
32 new = type(self)(0, "")
33 new.size = self.size
34 new.array = list(self.array)
35 return new
36
37 def dump(self):
38 res = []

Callers 2

accept_argMethod · 0.45
wrapperFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected