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

Method sizeof

pythonmemorymodule/pefile.py:1001–1004  ·  view source on GitHub ↗

Return size of the structure.

(self)

Source from the content-addressed store, hash-verified

999 return self.__all_zeroes__
1000
1001 def sizeof(self):
1002 """Return size of the structure."""
1003
1004 return self.__format_length__
1005
1006 def __unpack__(self, data):
1007

Callers 15

get_INTMethod · 0.45
get_IATMethod · 0.45
PEFileClass · 0.45
get_OptionalHeaderMethod · 0.45
application_dataMethod · 0.45
_sid_offsetMethod · 0.45
attributeMethod · 0.45
size_infoMethod · 0.45
__getitem__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected