MCPcopy Index your code
hub / github.com/ELMERIKH/PyinMemoryPE / initialize

Method initialize

pythonmemorymodule/pefile.py:1987–1991  ·  view source on GitHub ↗
(self, unw_code, data, unw_info, file_offset)

Source from the content-addressed store, hash-verified

1985 """
1986
1987 def initialize(self, unw_code, data, unw_info, file_offset):
1988 self.struct = StructureWithBitfields(
1989 self._get_format(unw_code), file_offset=file_offset
1990 )
1991 self.struct.__unpack__(data)
1992
1993 def length_in_code_structures(self, unw_code, unw_info):
1994 """Computes how many UNWIND_CODE structures UNWIND_CODE occupies.

Callers 3

unpack_in_stagesMethod · 0.45
initializeMethod · 0.45
initializeMethod · 0.45

Calls 3

_get_formatMethod · 0.95
__unpack__Method · 0.45

Tested by

no test coverage detected