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

Method __pack__

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

Source from the content-addressed store, hash-verified

1468 self._unpack_bitfield_attributes()
1469
1470 def __pack__(self):
1471 self._pack_bitfield_attributes()
1472 try:
1473 data = super(StructureWithBitfields, self).__pack__()
1474 finally:
1475 self._unpack_bitfield_attributes()
1476 return data
1477
1478 def dump(self, indentation=0):
1479 tk = self.__keys__

Callers

nothing calls this directly

Calls 3

__pack__Method · 0.45

Tested by

no test coverage detected