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

Method copy

windows/native_exec/simple_x64.py:84–85  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

82 return cls(size, bin(x)[2:])
83
84 def copy(self):
85 return type(self)(self.size, self.array)
86
87 def __eq__(self, other):
88 if not isinstance(other, BitArray):

Callers 1

accept_argMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected