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

Method sizeof

pythonmemorymodule/pefile.py:1952–1953  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1950 self.__dict__[name] = val
1951
1952 def sizeof(self):
1953 return self._full_size
1954
1955 def __pack__(self):
1956 data = bytearray(self._full_size)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected