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

Method dump_dict

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

Source from the content-addressed store, hash-verified

1485 return ret
1486
1487 def dump_dict(self):
1488 tk = self.__keys__
1489 self.__keys__ = self.__keys_ext__
1490 try:
1491 ret = super(StructureWithBitfields, self).dump_dict()
1492 finally:
1493 self.__keys__ = tk
1494 return ret
1495
1496 def _unpack_bitfield_attributes(self):
1497 """Replace compound attributes corresponding to bitfields with separate

Callers

nothing calls this directly

Calls 1

dump_dictMethod · 0.45

Tested by

no test coverage detected