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

Method initialize

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

Source from the content-addressed store, hash-verified

2062 """UWOP_SET_FPREG"""
2063
2064 def initialize(self, unw_code, data, unw_info, file_offset):
2065 super(PrologEpilogOpSetFP, self).initialize(
2066 unw_code, data, unw_info, file_offset
2067 )
2068 self._frame_register = unw_info.FrameRegister
2069 self._frame_offset = unw_info.FrameOffset * 16
2070
2071 def __str__(self):
2072 return (

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.45

Tested by

no test coverage detected